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

#include <topology.h>

Public Member Functions

 PVertexEdge (EdgePointer pe, const int nz)
 
bool operator< (const PVertexEdge &pe) const
 
bool operator== (const PVertexEdge &pe) const
 
bool operator!= (const PVertexEdge &pe) const
 

Public Attributes

VertexPointer v
 
EdgePointer e
 
int z
 

Detailed Description

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

Auxiliairy data structure for computing edge edge adjacency information. It identifies an edge storing a vertex pointer and a edge pointer where it belong.


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