GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
cat_list Struct Reference

Category list. More...

#include <dig_structs.h>

Data Fields

int field
 Category layer (field) More...
 
int * min
 Array of minimum values. More...
 
int * max
 Array of maximum values. More...
 
int n_ranges
 Number of ranges. More...
 
int alloc_ranges
 Allocated space for ranges. More...
 

Detailed Description

Category list.

Definition at line 1723 of file dig_structs.h.

Field Documentation

◆ alloc_ranges

int cat_list::alloc_ranges

Allocated space for ranges.

Definition at line 1744 of file dig_structs.h.

Referenced by Vect_array_to_cat_list().

◆ field

int cat_list::field

Category layer (field)

Definition at line 1728 of file dig_structs.h.

◆ max

int* cat_list::max

Array of maximum values.

Definition at line 1736 of file dig_structs.h.

Referenced by Vect_array_to_cat_list(), Vect_cat_list_to_array(), and Vect_destroy_cat_list().

◆ min

int* cat_list::min

Array of minimum values.

Definition at line 1732 of file dig_structs.h.

Referenced by Vect_array_to_cat_list(), Vect_cat_in_cat_list(), Vect_cat_list_to_array(), and Vect_destroy_cat_list().

◆ n_ranges

int cat_list::n_ranges

Number of ranges.

Definition at line 1740 of file dig_structs.h.

Referenced by Vect_array_to_cat_list(), Vect_cat_in_cat_list(), Vect_cat_list_to_array(), and Vect_destroy_cat_list().


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