|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
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 1677 of file dig_structs.h.
| int line_cats::alloc_cats |
Allocated space for categories.
Definition at line 1693 of file dig_structs.h.
Referenced by dig_alloc_cats(), and Vect_cat_set().
| int* line_cats::cat |
Array of categories.
Definition at line 1685 of file dig_structs.h.
Referenced by dig_alloc_cats(), NetA_initialise_varray(), 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 1681 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 1689 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().