|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Category index. More...
#include <dig_structs.h>
Data Fields | |
| int | field |
| Field (layer) number. More... | |
| int | n_cats |
| Number of items in cat array. More... | |
| int | a_cats |
| Allocated space in cat array. More... | |
| int(* | cat )[3] |
| Array of cats (cat, type, lines/area) More... | |
| int | n_ucats |
| Number of unique cats (not updated) More... | |
| int | n_types |
| Number of types in type. More... | |
| int | type [7][2] |
| Number of elements for each type. More... | |
| off_t | offset |
| Offset of the beginning of this index in cidx file. More... | |
Category index.
Definition at line 718 of file dig_structs.h.
| int Cat_index::a_cats |
Allocated space in cat array.
Definition at line 730 of file dig_structs.h.
Referenced by dig_cidx_free(), dig_read_cidx(), and dig_read_cidx_head().
| int(* Cat_index::cat)[3] |
Array of cats (cat, type, lines/area)
Definition at line 734 of file dig_structs.h.
Referenced by dig_cidx_free(), dig_read_cidx(), dig_read_cidx_head(), and dig_write_cidx().
| int Cat_index::field |
Field (layer) number.
Definition at line 722 of file dig_structs.h.
Referenced by dig_cidx_free(), dig_read_cidx_head(), dig_write_cidx_head(), and Vect_cidx_dump().
| int Cat_index::n_cats |
Number of items in cat array.
Definition at line 726 of file dig_structs.h.
Referenced by dig_cidx_free(), dig_read_cidx(), dig_read_cidx_head(), dig_write_cidx(), and dig_write_cidx_head().
| int Cat_index::n_types |
Number of types in type.
Definition at line 742 of file dig_structs.h.
Referenced by dig_cidx_free(), dig_read_cidx_head(), and dig_write_cidx_head().
| int Cat_index::n_ucats |
Number of unique cats (not updated)
Definition at line 738 of file dig_structs.h.
Referenced by dig_read_cidx_head(), and dig_write_cidx_head().
| off_t Cat_index::offset |
Offset of the beginning of this index in cidx file.
Definition at line 758 of file dig_structs.h.
Referenced by dig_read_cidx(), dig_read_cidx_head(), dig_write_cidx(), and dig_write_cidx_head().
| int Cat_index::type[7][2] |
Number of elements for each type.
Definition at line 754 of file dig_structs.h.
Referenced by dig_read_cidx_head(), and dig_write_cidx_head().