$darkmode
VCG Library
Public Member Functions | Public Attributes | List of all members
vcg::tri::UpdateTopology< UpdateMeshType >::PFace Class Reference

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
 

Detailed Description

template<class UpdateMeshType>
class vcg::tri::UpdateTopology< UpdateMeshType >::PFace

Auxiliary data structure for computing tetra tetra adjacency information.

It identifies a face, storing three vertex pointers and a tetra pointer where it belongs.


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