GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
History Struct Reference

Raster history info (metadata) More...

#include <raster.h>

Data Fields

char * fields [HIST_NUM_FIELDS]
 Array of fields (see History_field for details) More...
 
int nlines
 Number of lines in lines array. More...
 
char ** lines
 Lines array. More...
 

Detailed Description

Raster history info (metadata)

Definition at line 180 of file raster.h.

Field Documentation

◆ fields

char* History::fields[HIST_NUM_FIELDS]

Array of fields (see History_field for details)

Definition at line 183 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().

◆ lines

char** History::lines

Lines array.

Definition at line 187 of file raster.h.

Referenced by Rast__write_history(), Rast_append_format_history(), Rast_append_history(), and Rast_clear_history().

◆ nlines

int History::nlines

The documentation for this struct was generated from the following file: