Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that: More...
#include <component.h>
Public Member Functions | |
int | cEEi (const int &i) const |
T::EdgePointer | cEEp (const int &i) const |
EEAdj () | |
int & | EEi (const int &i) |
T::EdgePointer & | EEp (const int &i) |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
Static Public Member Functions | |
static bool | HasEEAdjacency () |
static bool | HasEEAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::EdgePointer | _ep [2] |
int | _zp [2] |
Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that:
otherwise the edges are connected in a unordered chain (quite similar to how Face-Face adjacency relation is stored);
Definition at line 300 of file edge/component.h.
vcg::edge::EEAdj< T >::EEAdj | ( | ) | [inline] |
Definition at line 302 of file edge/component.h.
int vcg::edge::EEAdj< T >::cEEi | ( | const int & | i | ) | const [inline] |
Definition at line 306 of file edge/component.h.
T::EdgePointer vcg::edge::EEAdj< T >::cEEp | ( | const int & | i | ) | const [inline] |
Definition at line 304 of file edge/component.h.
int& vcg::edge::EEAdj< T >::EEi | ( | const int & | i | ) | [inline] |
Definition at line 305 of file edge/component.h.
T::EdgePointer& vcg::edge::EEAdj< T >::EEp | ( | const int & | i | ) | [inline] |
Definition at line 303 of file edge/component.h.
static bool vcg::edge::EEAdj< T >::HasEEAdjacency | ( | ) | [inline, static] |
Definition at line 310 of file edge/component.h.
static bool vcg::edge::EEAdj< T >::HasEEAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 311 of file edge/component.h.
void vcg::edge::EEAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Reimplemented in vcg::edge::BitFlags< Arity3< edge::EmptyCore< MyUsedTypes >, edge::VertexRef, edge::VEAdj, edge::EEAdj > >.
Definition at line 309 of file edge/component.h.
static void vcg::edge::EEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::edge::BitFlags< Arity3< edge::EmptyCore< MyUsedTypes >, edge::VertexRef, edge::VEAdj, edge::EEAdj > >.
Definition at line 312 of file edge/component.h.
T::EdgePointer vcg::edge::EEAdj< T >::_ep[2] [private] |
Definition at line 315 of file edge/component.h.
int vcg::edge::EEAdj< T >::_zp[2] [private] |
Definition at line 316 of file edge/component.h.