|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <raster.h>

Data Fields | |
| int | truncate_only |
| int | round_only |
| int | defaultDRuleSet |
| int | defaultCRuleSet |
| int | infiniteLeftSet |
| int | infiniteRightSet |
| int | cRangeSet |
| int | maxNofRules |
| int | nofRules |
| DCELL | defaultDMin |
| DCELL | defaultDMax |
| CELL | defaultCMin |
| CELL | defaultCMax |
| DCELL | infiniteDLeft |
| DCELL | infiniteDRight |
| CELL | infiniteCLeft |
| CELL | infiniteCRight |
| DCELL | dMin |
| DCELL | dMax |
| CELL | cMin |
| CELL | cMax |
| struct Quant_table * | table |
| struct { | |
| DCELL * vals | |
| struct Quant_table ** rules | |
| int nalloc | |
| int active | |
| DCELL inf_dmin | |
| DCELL inf_dmax | |
| CELL inf_min | |
| CELL inf_max | |
| } | fp_lookup |
| int Quant::active |
Definition at line 110 of file raster.h.
Referenced by Rast_quant_free(), and Rast_quant_init().
| CELL Quant::cMax |
Definition at line 101 of file raster.h.
Referenced by Rast_quant_get_limits().
| CELL Quant::cMin |
Definition at line 100 of file raster.h.
Referenced by Rast_quant_get_limits().
| DCELL Quant::dMax |
Definition at line 99 of file raster.h.
Referenced by Rast_quant_get_limits().
| DCELL Quant::dMin |
Definition at line 98 of file raster.h.
Referenced by Rast_quant_get_limits().
| struct { ... } Quant::fp_lookup |
Referenced by Rast_quant_free(), and Rast_quant_init().
| int Quant::infiniteLeftSet |
Definition at line 85 of file raster.h.
Referenced by Rast_quant_clear().
| int Quant::infiniteRightSet |
Definition at line 86 of file raster.h.
Referenced by Rast_quant_clear().
| int Quant::maxNofRules |
Definition at line 88 of file raster.h.
Referenced by Rast_quant_free(), and Rast_quant_init().
| int Quant::nalloc |
Definition at line 109 of file raster.h.
Referenced by Rast_quant_free().
| int Quant::nofRules |
Definition at line 89 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_clear(), Rast_quant_nof_rules(), and Rast_set_quant_rules().
| int Quant::round_only |
Definition at line 82 of file raster.h.
Referenced by Rast_quant_init(), Rast_quant_is_round(), and Rast_quant_round().
| struct Quant_table** Quant::rules |
Definition at line 108 of file raster.h.
Referenced by Rast_quant_free().
| struct Quant_table* Quant::table |
Definition at line 102 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_free(), Rast_quant_get_ith_rule(), and Rast_set_quant_rules().
| int Quant::truncate_only |
Definition at line 81 of file raster.h.
Referenced by Rast_quant_init(), Rast_quant_is_truncate(), Rast_quant_truncate(), and Rast_set_quant_rules().
| DCELL* Quant::vals |
Definition at line 105 of file raster.h.
Referenced by Rast_quant_free().