GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
P_topo_f Struct Reference

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...
 

Detailed Description

Face topology.

Definition at line 1543 of file dig_structs.h.

Field Documentation

◆ E

plus_t P_topo_f::E[3]

Array of edges.

Definition at line 1549 of file dig_structs.h.

◆ left

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().

◆ right

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().


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