|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Category list. More...
#include <dig_structs.h>
Data Fields | |
| int | field |
| Category layer (field) More... | |
| int * | min |
| Array of minimum values. More... | |
| int * | max |
| Array of maximum values. More... | |
| int | n_ranges |
| Number of ranges. More... | |
| int | alloc_ranges |
| Allocated space for ranges. More... | |
Category list.
Definition at line 1697 of file dig_structs.h.
| int cat_list::alloc_ranges |
Allocated space for ranges.
Definition at line 1717 of file dig_structs.h.
| int cat_list::field |
Category layer (field)
Definition at line 1701 of file dig_structs.h.
| int* cat_list::max |
Array of maximum values.
Definition at line 1709 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().
| int* cat_list::min |
Array of minimum values.
Definition at line 1705 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().
| int cat_list::n_ranges |
Number of ranges.
Definition at line 1713 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().