#include <topology.h>
Public Member Functions | |
bool | operator!= (const PVertexEdge &pe) const |
bool | operator< (const PVertexEdge &pe) const |
bool | operator== (const PVertexEdge &pe) const |
PVertexEdge () | |
PVertexEdge (EdgePointer pe, const int nz) | |
Public Attributes | |
EdgePointer | e |
VertexPointer | v |
int | z |
Auxiliairy data structure for computing edge edge adjacency information. It identifies an edge storing a vertex pointer and a edge pointer where it belong.
Definition at line 507 of file complex/algorithms/update/topology.h.
vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::PVertexEdge | ( | ) | [inline] |
Definition at line 515 of file complex/algorithms/update/topology.h.
vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::PVertexEdge | ( | EdgePointer | pe, |
const int | nz | ||
) | [inline] |
Definition at line 516 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::operator!= | ( | const PVertexEdge & | pe | ) | const [inline] |
Definition at line 528 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::operator< | ( | const PVertexEdge & | pe | ) | const [inline] |
Definition at line 526 of file complex/algorithms/update/topology.h.
bool vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::operator== | ( | const PVertexEdge & | pe | ) | const [inline] |
Definition at line 527 of file complex/algorithms/update/topology.h.
EdgePointer vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::e |
Definition at line 512 of file complex/algorithms/update/topology.h.
VertexPointer vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::v |
Definition at line 511 of file complex/algorithms/update/topology.h.
int vcg::tri::UpdateTopology< UpdateMeshType >::PVertexEdge::z |
Definition at line 513 of file complex/algorithms/update/topology.h.