GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Face topology. More...
#include <dig_structs.h>
Data Fields | |
plus_t | E [3] |
Array of edges. More... | |
plus_t | left |
Volume number to the left, negative for hole. More... | |
plus_t | right |
Volume number to the right, negative for hole. More... | |
Face topology.
Definition at line 1524 of file dig_structs.h.
plus_t P_topo_f::E[3] |
Array of edges.
Definition at line 1529 of file dig_structs.h.
plus_t P_topo_f::left |
Volume number to the left, negative for hole.
Definition at line 1533 of file dig_structs.h.
Referenced by dig_Rd_P_line(), and dig_Wr_P_line().
plus_t P_topo_f::right |
Volume number to the right, negative for hole.
Definition at line 1537 of file dig_structs.h.
Referenced by dig_Wr_P_line().