GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
line_cats Struct Reference

Feature category info. More...

#include <dig_structs.h>

Data Fields

int * field
 Array of layers (fields) More...
 
int * cat
 Array of categories. More...
 
int n_cats
 Number of categories attached to element. More...
 
int alloc_cats
 Allocated space for categories. More...
 

Detailed Description

Feature category info.

Definition at line 1677 of file dig_structs.h.

Field Documentation

◆ alloc_cats

int line_cats::alloc_cats

Allocated space for categories.

Definition at line 1693 of file dig_structs.h.

Referenced by dig_alloc_cats(), and Vect_cat_set().

◆ cat

◆ field

◆ n_cats

int line_cats::n_cats

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