GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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 732 of file dig_structs.h.
int Cat_index::a_cats |
Allocated space in cat array.
Definition at line 745 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 749 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 737 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 741 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 757 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 753 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 773 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 769 of file dig_structs.h.
Referenced by dig_read_cidx_head(), and dig_write_cidx_head().