|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|

Go to the source code of this file.
Data Structures | |
| struct | Reclass |
| struct | FPReclass_table |
| struct | FPReclass |
| struct | Quant_table |
| struct | Quant |
| struct | Categories |
| struct | History |
| Raster history info (metadata) More... | |
| struct | Cell_stats |
| struct | Cell_stats::Cell_stats_node |
| struct | Histogram |
| struct | Histogram::Histogram_list |
| struct | R_stats |
| struct | Range |
| struct | FPRange |
| struct | FP_stats |
Macros | |
| #define | RECLASS_TABLE 1 |
| #define | RECLASS_RULES 2 |
| #define | RECLASS_SCALE 3 |
| #define | CELL_TYPE 0 |
| #define | FCELL_TYPE 1 |
| #define | DCELL_TYPE 2 |
| #define | INTERP_UNKNOWN 0 |
| Interpolation methods. More... | |
| #define | INTERP_NEAREST 1 /* nearest neighbor interpolation */ |
| #define | INTERP_BILINEAR 2 /* bilinear interpolation */ |
| #define | INTERP_BICUBIC 3 /* bicubic interpolation */ |
Typedefs | |
| typedef int | RASTER_MAP_TYPE |
| typedef int | INTERP_TYPE |
Enumerations | |
| enum | History_field { HIST_MAPID , HIST_TITLE , HIST_MAPSET , HIST_CREATOR , HIST_MAPTYPE , HIST_DATSRC_1 , HIST_DATSRC_2 , HIST_KEYWRD , HIST_NUM_FIELDS } |
| Raster history info (metadata) More... | |
| #define INTERP_NEAREST 1 /* nearest neighbor interpolation */ |
| #define INTERP_UNKNOWN 0 |
| typedef int INTERP_TYPE |
| typedef int RASTER_MAP_TYPE |
| enum History_field |
Raster history info (metadata)
See History structure for implementation issues.
| Enumerator | |
|---|---|
| HIST_MAPID | Raster name. |
| HIST_TITLE | Raster title. |
| HIST_MAPSET | Raster mapset. |
| HIST_CREATOR | User who creates raster map. |
| HIST_MAPTYPE | Map type ("raster", "reclass", "GDAL-link", or "virtual") |
| HIST_DATSRC_1 | Description of original data source (two lines) |
| HIST_DATSRC_2 | |
| HIST_KEYWRD | One-line data description. |
| HIST_NUM_FIELDS | Number of fields to be defined in History structure. |