GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
History Struct Reference

Raster history info (metadata) More...

#include <raster.h>

Data Fields

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

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

◆ nlines


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