GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
Loading...
Searching...
No Matches
ilist Struct Reference

List of integers. More...

#include <gis.h>

Data Fields

intvalue
 Array of values.
 
int n_values
 Number of values in the list.
 
int alloc_values
 Allocated space for values.
 

Detailed Description

List of integers.

Definition at line 715 of file gis.h.

Field Documentation

◆ alloc_values

int ilist::alloc_values

Allocated space for values.

Definition at line 727 of file gis.h.

Referenced by Vect_new_list().

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

◆ value

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


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