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

Area (topology) info. More...

#include <dig_structs.h>

Data Fields

plus_t n_lines
 Number of boundary lines.
 
plus_t alloc_lines
 Allocated space for lines.
 
plus_tlines
 List of boundary lines.
 
plus_t centroid
 Number of first centroid within area.
 
plus_t n_isles
 Number of islands inside.
 
plus_t alloc_isles
 Allocated space for isles.
 
plus_tisles
 1st generation interior islands
 

Detailed Description

Area (topology) info.

Definition at line 1571 of file dig_structs.h.

Field Documentation

◆ alloc_isles

plus_t P_area::alloc_isles

Allocated space for isles.

Definition at line 1601 of file dig_structs.h.

Referenced by dig_area_add_isle(), and dig_free_area().

◆ alloc_lines

plus_t P_area::alloc_lines

Allocated space for lines.

Definition at line 1579 of file dig_structs.h.

Referenced by dig_free_area().

◆ centroid

◆ isles

◆ lines

◆ n_isles

◆ n_lines


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