Auxiliairy data structure for computing face face adjacency information. More...
#include <vcg/complex/trimesh/update/topology.h>
Public Member Functions | |
bool | operator!= (const PEdgeTex &pe) const |
bool | operator< (const PEdgeTex &pe) const |
bool | operator== (const PEdgeTex &pe) const |
PEdgeTex () | |
void | Set (FacePointer pf, const int nz) |
Public Attributes | |
FacePointer | f |
FaceType::TexCoordType | v [2] |
int | z |
Auxiliairy data structure for computing face face adjacency information.
It identifies and edge storing two vertex pointer and a face pointer where it belong.
Definition at line 287 of file complex/trimesh/update/topology.h.
vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::PEdgeTex | ( | ) | [inline] |
Definition at line 295 of file complex/trimesh/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator!= | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 322 of file complex/trimesh/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator< | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 312 of file complex/trimesh/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator== | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 318 of file complex/trimesh/update/topology.h.
void vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::Set | ( | FacePointer | pf, | |
const int | nz | |||
) | [inline] |
Definition at line 297 of file complex/trimesh/update/topology.h.
FacePointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::f |
Definition at line 292 of file complex/trimesh/update/topology.h.
FaceType::TexCoordType vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::v[2] |
Definition at line 291 of file complex/trimesh/update/topology.h.
int vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::z |
Definition at line 293 of file complex/trimesh/update/topology.h.