Auxiliairy data structure for computing face face adjacency information. More...
#include <topology.h>
Public Member Functions | |
| bool | operator!= (const PVertex &pe) const |
| bool | operator< (const PVertex &pe) const |
| bool | operator<= (const PVertex &pe) const |
| bool | operator== (const PVertex &pe) const |
| bool | operator> (const PVertex &pe) const |
| bool | operator>= (const PVertex &pe) const |
| PVertex () | |
| void | Set (EdgePointer pe, const int nz) |
Public Attributes | |
| EdgePointer | e |
| VertexPointer | v |
| int | z |
Auxiliairy data structure for computing face face adjacency information.
Definition at line 60 of file complex/edgemesh/update/topology.h.
| vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::PVertex | ( | ) | [inline] |
Definition at line 68 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator!= | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 106 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator< | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 81 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator<= | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 86 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator== | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 101 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator> | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 91 of file complex/edgemesh/update/topology.h.
| bool vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::operator>= | ( | const PVertex & | pe | ) | const [inline] |
Definition at line 96 of file complex/edgemesh/update/topology.h.
| void vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::Set | ( | EdgePointer | pe, | |
| const int | nz | |||
| ) | [inline] |
Definition at line 70 of file complex/edgemesh/update/topology.h.
| EdgePointer vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::e |
Definition at line 65 of file complex/edgemesh/update/topology.h.
| VertexPointer vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::v |
Definition at line 64 of file complex/edgemesh/update/topology.h.
| int vcg::edge::UpdateTopology< UpdateMeshType >::PVertex::z |
Definition at line 66 of file complex/edgemesh/update/topology.h.