Auxiliairy data structure for computing face face adjacency information. More...
#include <vcg/complex/trimesh/update/topology.h>
Public Member Functions | |
| bool | operator< (const PEdge &pe) const |
| bool | operator== (const PEdge &pe) const |
| PEdge () | |
| void | Set (FacePointer pf, const int nz) |
Public Attributes | |
| FacePointer | f |
| VertexPointer | 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 124 of file complex/trimesh/update/topology.h.
| vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::PEdge | ( | ) | [inline] |
Definition at line 132 of file complex/trimesh/update/topology.h.
| bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::operator< | ( | const PEdge & | pe | ) | const [inline] |
Definition at line 149 of file complex/trimesh/update/topology.h.
| bool vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::operator== | ( | const PEdge & | pe | ) | const [inline] |
Definition at line 156 of file complex/trimesh/update/topology.h.
| void vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::Set | ( | FacePointer | pf, | |
| const int | nz | |||
| ) | [inline] |
Definition at line 134 of file complex/trimesh/update/topology.h.
| FacePointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::f |
Definition at line 129 of file complex/trimesh/update/topology.h.
| VertexPointer vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::v[2] |
Definition at line 128 of file complex/trimesh/update/topology.h.
| int vcg::tri::UpdateTopology< UpdateMeshType >::PEdge::z |
Definition at line 130 of file complex/trimesh/update/topology.h.