|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
|
Category list. More...
#include <dig_structs.h>
Data Fields | |
| int | field |
| Category layer (field) | |
| int * | min |
| Array of minimum values. | |
| int * | max |
| Array of maximum values. | |
| int | n_ranges |
| Number of ranges. | |
| int | alloc_ranges |
| Allocated space for ranges. | |
Category list.
Definition at line 1685 of file dig_structs.h.
| int cat_list::alloc_ranges |
Allocated space for ranges.
Definition at line 1705 of file dig_structs.h.
| int cat_list::field |
Category layer (field)
Definition at line 1689 of file dig_structs.h.
Referenced by Vect_set_varray_from_cat_string().
| int* cat_list::max |
Array of maximum values.
Definition at line 1697 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().
| int* cat_list::min |
Array of minimum values.
Definition at line 1693 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().
| int cat_list::n_ranges |
Number of ranges.
Definition at line 1701 of file dig_structs.h.
Referenced by Vect_destroy_cat_list().