GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <raster.h>
Data Fields | |
DCELL | dLow |
DCELL | dHigh |
CELL | cLow |
CELL | cHigh |
CELL Quant_table::cHigh |
Definition at line 77 of file raster.h.
Referenced by Rast_quant_get_ith_rule(), and Rast_set_quant_rules().
CELL Quant_table::cLow |
Definition at line 76 of file raster.h.
Referenced by Rast_quant_get_ith_rule(), and Rast_set_quant_rules().
DCELL Quant_table::dHigh |
Definition at line 75 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_get_ith_rule(), and Rast_set_quant_rules().
DCELL Quant_table::dLow |
Definition at line 74 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_get_ith_rule(), and Rast_set_quant_rules().