GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
varray Struct Reference

Vector array. More...

#include <dig_structs.h>

Data Fields

int size
 Array size.
 
intc
 Array.
 

Detailed Description

Vector array.

Space allocated is size + 1

Definition at line 1739 of file dig_structs.h.

Field Documentation

◆ c

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().

◆ size

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().


The documentation for this struct was generated from the following file: