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

Face topology. More...

#include <dig_structs.h>

Data Fields

plus_t E [3]
 Array of edges.
 
plus_t left
 Volume number to the left, negative for hole.
 
plus_t right
 Volume number to the right, negative for hole.
 

Detailed Description

Face topology.

Definition at line 1512 of file dig_structs.h.

Field Documentation

◆ E

plus_t P_topo_f::E[3]

Array of edges.

Definition at line 1517 of file dig_structs.h.

Referenced by Vect_topo_dump().

◆ left

plus_t P_topo_f::left

Volume number to the left, negative for hole.

Definition at line 1521 of file dig_structs.h.

Referenced by dig_Rd_P_line(), dig_Wr_P_line(), and Vect_topo_dump().

◆ right

plus_t P_topo_f::right

Volume number to the right, negative for hole.

Definition at line 1525 of file dig_structs.h.

Referenced by dig_Wr_P_line(), and Vect_topo_dump().


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