GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
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 172 of file raster.h.

Field Documentation

◆ fields

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().

◆ lines

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(), and Rast_clear_history().

◆ nlines

int History::nlines

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