GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Feature category info. More...
#include <dig_structs.h>
Data Fields | |
int * | field |
Array of layers (fields) More... | |
int * | cat |
Array of categories. More... | |
int | n_cats |
Number of categories attached to element. More... | |
int | alloc_cats |
Allocated space for categories. More... | |
Feature category info.
Definition at line 1702 of file dig_structs.h.
int line_cats::alloc_cats |
Allocated space for categories.
Definition at line 1719 of file dig_structs.h.
Referenced by dig_alloc_cats(), and Vect_cat_set().
int* line_cats::cat |
Array of categories.
Definition at line 1711 of file dig_structs.h.
Referenced by dig_alloc_cats(), Vect_cat_del(), Vect_cat_get(), Vect_cat_set(), Vect_cats_in_constraint(), Vect_destroy_cats_struct(), Vect_field_cat_del(), Vect_field_cat_get(), and Vect_get_area_cat().
int* line_cats::field |
Array of layers (fields)
Definition at line 1707 of file dig_structs.h.
Referenced by dig_alloc_cats(), Vect_cat_del(), Vect_cat_get(), Vect_cat_set(), Vect_cats_in_constraint(), Vect_destroy_cats_struct(), Vect_field_cat_del(), Vect_field_cat_get(), and Vect_get_area_cat().
int line_cats::n_cats |
Number of categories attached to element.
Definition at line 1715 of file dig_structs.h.
Referenced by Vect_cat_del(), Vect_cat_get(), Vect_cat_set(), Vect_cats_in_constraint(), Vect_destroy_cats_struct(), Vect_field_cat_del(), Vect_field_cat_get(), Vect_get_area_cat(), and Vect_reset_cats().