Auxiliairy data structure for computing face face adjacency information. More...
#include <vcg/complex/algorithms/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 310 of file complex/algorithms/update/topology.h.
vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::PEdgeTex | ( | ) | [inline] |
Definition at line 318 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator!= | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 345 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator< | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 335 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::operator== | ( | const PEdgeTex & | pe | ) | const [inline] |
Definition at line 341 of file complex/algorithms/update/topology.h.
void vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::Set | ( | FacePointer | pf, |
const int | nz | ||
) | [inline] |
Definition at line 320 of file complex/algorithms/update/topology.h.
FacePointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::f |
Definition at line 315 of file complex/algorithms/update/topology.h.
FaceType::TexCoordType vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::v[2] |
Definition at line 314 of file complex/algorithms/update/topology.h.
int vcg::tri::UpdateTopology< UpdateMeshType >::PEdgeTex::z |
Definition at line 316 of file complex/algorithms/update/topology.h.