|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Raster history info (metadata) More...
#include <raster.h>
Data Fields | |
| char * | fields [HIST_NUM_FIELDS] |
| Array of fields (see History_field for details) | |
| int | nlines |
| Number of lines in lines array. | |
| char ** | lines |
| Lines array. | |
| char* History::fields[HIST_NUM_FIELDS] |
Array of fields (see History_field for details)
Definition at line 174 of file raster.h.
Referenced by Rast__read_history(), Rast__write_history(), Rast_format_history(), Rast_free_history(), Rast_get_history(), and Rast_set_history().
| char** History::lines |
Lines array.
Definition at line 178 of file raster.h.
Referenced by Rast__write_history(), Rast_append_format_history(), Rast_append_history(), Rast_clear_history(), and Rast_history_line().
| int History::nlines |
Number of lines in lines array.
Definition at line 176 of file raster.h.
Referenced by Rast__read_history(), Rast__write_history(), Rast_append_format_history(), Rast_append_history(), Rast_clear_history(), Rast_command_history(), Rast_history_length(), Rast_history_line(), and Rast_short_history().