|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <raster.h>

| 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 |
| CELL Quant::infiniteCLeft |
Definition at line 96 of file raster.h.
Referenced by Rast__quant_organize_fp_lookup(), Rast_quant_get_cell_value(), Rast_quant_get_neg_infinite_rule(), and Rast_quant_set_neg_infinite_rule().
| CELL Quant::infiniteCRight |
Definition at line 97 of file raster.h.
Referenced by Rast__quant_organize_fp_lookup(), Rast_quant_get_cell_value(), Rast_quant_get_pos_infinite_rule(), and Rast_quant_set_pos_infinite_rule().
| DCELL Quant::infiniteDLeft |
Definition at line 94 of file raster.h.
Referenced by Rast__quant_organize_fp_lookup(), Rast_quant_get_neg_infinite_rule(), and Rast_quant_set_neg_infinite_rule().
| DCELL Quant::infiniteDRight |
Definition at line 95 of file raster.h.
Referenced by Rast__quant_organize_fp_lookup(), Rast_quant_get_pos_infinite_rule(), and Rast_quant_set_pos_infinite_rule().
| int Quant::infiniteLeftSet |
Definition at line 85 of file raster.h.
Referenced by Rast_quant_clear(), Rast_quant_get_neg_infinite_rule(), and Rast_quant_set_neg_infinite_rule().
| int Quant::infiniteRightSet |
Definition at line 86 of file raster.h.
Referenced by Rast_quant_clear(), Rast_quant_get_pos_infinite_rule(), and Rast_quant_set_pos_infinite_rule().
| int Quant::maxNofRules |
Definition at line 88 of file raster.h.
Referenced by Rast_quant_free(), and Rast_quant_init().
| int Quant::nofRules |
Definition at line 89 of file raster.h.
Referenced by Rast__quant_get_rule_for_d_raster_val(), Rast__quant_organize_fp_lookup(), Rast_quant_add_rule(), Rast_quant_clear(), Rast_quant_nof_rules(), Rast_quant_reverse_rule_order(), and Rast_set_quant_rules().
| int Quant::round_only |
Definition at line 82 of file raster.h.
Referenced by Rast_quant_get_cell_value(), Rast_quant_init(), Rast_quant_is_round(), and Rast_quant_round().
| struct Quant_table** Quant::rules |
| 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_organize_fp_lookup(), Rast_quant_add_rule(), 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 81 of file raster.h.
Referenced by Rast_quant_get_cell_value(), Rast_quant_init(), Rast_quant_is_truncate(), Rast_quant_truncate(), and Rast_set_quant_rules().