|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
|
List of integers. More...
#include <gis.h>
Data Fields | |
| int * | value |
| Array of values. | |
| int | n_values |
| Number of values in the list. | |
| int | alloc_values |
| Allocated space for values. | |
| int ilist::alloc_values |
| int ilist::n_values |
Number of values in the list.
Definition at line 723 of file gis.h.
Referenced by NetA_betweenness_closeness(), NetA_distance_from_points(), NetA_distance_to_points(), Vect_field_cat_get(), and Vect_new_list().
| int* ilist::value |
Array of values.
Definition at line 719 of file gis.h.
Referenced by NetA_betweenness_closeness(), NetA_distance_from_points(), NetA_distance_to_points(), and Vect_new_list().