GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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 116 of file raster.h.
Referenced by Rast_quant_free(), and Rast_quant_init().
CELL Quant::cMax |
Definition at line 106 of file raster.h.
Referenced by Rast_quant_get_limits().
CELL Quant::cMin |
Definition at line 105 of file raster.h.
Referenced by Rast_quant_get_limits().
DCELL Quant::dMax |
Definition at line 104 of file raster.h.
Referenced by Rast_quant_get_limits().
DCELL Quant::dMin |
Definition at line 103 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 90 of file raster.h.
Referenced by Rast_quant_clear().
int Quant::infiniteRightSet |
Definition at line 91 of file raster.h.
Referenced by Rast_quant_clear().
int Quant::maxNofRules |
Definition at line 93 of file raster.h.
Referenced by Rast_quant_free(), and Rast_quant_init().
int Quant::nalloc |
Definition at line 115 of file raster.h.
Referenced by Rast_quant_free().
int Quant::nofRules |
Definition at line 94 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_clear(), Rast_quant_nof_rules(), Rast_quant_reverse_rule_order(), and Rast_set_quant_rules().
int Quant::round_only |
Definition at line 87 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 114 of file raster.h.
Referenced by Rast_quant_free().
struct Quant_table* Quant::table |
Definition at line 107 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast_quant_free(), Rast_quant_get_ith_rule(), Rast_quant_reverse_rule_order(), and Rast_set_quant_rules().
int Quant::truncate_only |
Definition at line 86 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 111 of file raster.h.
Referenced by Rast_quant_free().