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

Auxiliairy data structure for computing face face adjacency information. More...

#include <vcg/complex/algorithms/update/topology.h>

Public Member Functions

void Set (FacePointer pf, const int nz)
 
bool operator< (const PEdgeTex &pe) const
 
bool operator== (const PEdgeTex &pe) const
 
bool operator!= (const PEdgeTex &pe) const
 

Public Attributes

FaceType::TexCoordType v [2]
 
FacePointer f
 
int z
 

Detailed Description

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

Auxiliairy data structure for computing face face adjacency information.

It identifies and edge storing two vertex pointer and a face pointer where it belong.


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