GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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 1543 of file dig_structs.h.
plus_t P_topo_f::E[3] |
Array of edges.
Definition at line 1549 of file dig_structs.h.
plus_t P_topo_f::left |
Volume number to the left, negative for hole.
Definition at line 1553 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 1557 of file dig_structs.h.
Referenced by dig_Wr_P_line().