|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Vector array. More...
#include <dig_structs.h>
Data Fields | |
| int | size |
| Array size. | |
| int * | c |
| Array. | |
| int* varray::c |
Array.
Where 'class' or new category or something like that is stored
Definition at line 1750 of file dig_structs.h.
Referenced by NetA_varray_to_nodes(), Vect_new_varray(), Vect_set_varray_from_cat_list(), and Vect_set_varray_from_db().
| int varray::size |
Array size.
Definition at line 1743 of file dig_structs.h.
Referenced by Vect_new_varray(), Vect_set_varray_from_cat_list(), and Vect_set_varray_from_db().