$darkmode
Auxiliary data structure for computing tetra tetra adjacency information. More...
#include <vcg/complex/algorithms/update/topology.h>
Public Member Functions | |
PFace (TetraPointer tp, const int nz) | |
void | Set (TetraPointer tp, const int nz) |
bool | operator< (const PFace &pf) const |
bool | operator== (const PFace &pf) const |
Public Attributes | |
VertexPointer | v [3] |
TetraPointer | t |
int | z |
bool | isBorder |
Auxiliary data structure for computing tetra tetra adjacency information.
It identifies a face, storing three vertex pointers and a tetra pointer where it belongs.