GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
Boundary topology. More...
#include <dig_structs.h>
Data Fields | |
plus_t | N1 |
Start node. More... | |
plus_t | N2 |
End node. More... | |
plus_t | left |
Area number to the left, negative for isle. More... | |
plus_t | right |
Area number to the right, negative for isle. More... | |
Boundary topology.
Definition at line 1492 of file dig_structs.h.
plus_t P_topo_b::left |
Area number to the left, negative for isle.
Definition at line 1504 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().
plus_t P_topo_b::N1 |
Start node.
Definition at line 1496 of file dig_structs.h.
Referenced by dig_find_area_box(), dig_find_isle_box(), dig_Rd_P_line(), dig_spidx_del_area(), dig_spidx_del_isle(), and dig_Wr_P_line().
plus_t P_topo_b::N2 |
End node.
Definition at line 1500 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().
plus_t P_topo_b::right |
Area number to the right, negative for isle.
Definition at line 1508 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().