|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
|
Feature category info. More...
#include <dig_structs.h>
Data Fields | |
| int * | field |
| Array of layers (fields) | |
| int * | cat |
| Array of categories. | |
| int | n_cats |
| Number of categories attached to element. | |
| int | alloc_cats |
| Allocated space for categories. | |
Feature category info.
Definition at line 1665 of file dig_structs.h.
| int line_cats::alloc_cats |
Allocated space for categories.
Definition at line 1681 of file dig_structs.h.
Referenced by dig_alloc_cats().
| int* line_cats::cat |
Array of categories.
Definition at line 1673 of file dig_structs.h.
Referenced by dig_alloc_cats(), IL_vector_input_data_2d(), NetA_initialise_varray(), P_Aux_to_Vector(), V2__add_line_to_topo_nat(), V2__delete_line_from_topo_nat(), Vect_cat_get(), Vect_cat_set(), Vect_destroy_cats_struct(), Vect_field_cat_del(), Vect_get_line_cat(), Vect_read_ascii(), Vect_set_varray_from_cat_list(), and Vect_write_ascii().
| int* line_cats::field |
Array of layers (fields)
Definition at line 1669 of file dig_structs.h.
Referenced by dig_alloc_cats(), V2__add_line_to_topo_nat(), V2__delete_line_from_topo_nat(), Vect_cat_del(), Vect_cat_get(), Vect_cat_set(), Vect_destroy_cats_struct(), Vect_field_cat_del(), Vect_field_cat_get(), Vect_get_area_cat(), Vect_get_line_cat(), and Vect_set_varray_from_cat_list().
| int line_cats::n_cats |
Number of categories attached to element.
Definition at line 1677 of file dig_structs.h.
Referenced by V1_rewrite_line_nat(), V2__add_line_to_topo_nat(), V2__delete_line_from_topo_nat(), V2_rewrite_line_nat(), Vect_destroy_cats_struct(), and Vect_read_ascii().