Component: Per vertex Vertex-Edge adjacency relation It stores a pointer to the first Edge of a list edges that is stored in a distributed way on the edges themselves. More...
#include <component.h>

Public Member Functions | |
| int | cVEi () const |
| T::EdgePointer | cVEp () const |
| template<class RightValueType > | |
| void | ImportData (const RightValueType &rVert) |
| VEAdj () | |
| int & | VEi () |
| T::EdgePointer & | VEp () |
Static Public Member Functions | |
| static bool | HasVEAdjacency () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| T::EdgePointer | _ep |
| int | _zp |
Component: Per vertex Vertex-Edge adjacency relation It stores a pointer to the first Edge of a list edges that is stored in a distributed way on the edges themselves.
Definition at line 520 of file vertex/component.h.
| vcg::vertex::VEAdj< T >::VEAdj | ( | ) | [inline] |
Definition at line 522 of file vertex/component.h.
| int vcg::vertex::VEAdj< T >::cVEi | ( | ) | const [inline] |
Definition at line 526 of file vertex/component.h.
| T::EdgePointer vcg::vertex::VEAdj< T >::cVEp | ( | ) | const [inline] |
Definition at line 524 of file vertex/component.h.
| static bool vcg::vertex::VEAdj< T >::HasVEAdjacency | ( | ) | [inline, static] |
Definition at line 529 of file vertex/component.h.
| void vcg::vertex::VEAdj< T >::ImportData | ( | const RightValueType & | rVert | ) | [inline] |
Reimplemented in vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::VEAdj > >.
Definition at line 528 of file vertex/component.h.
| static void vcg::vertex::VEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::VEAdj > >.
Definition at line 530 of file vertex/component.h.
| int& vcg::vertex::VEAdj< T >::VEi | ( | ) | [inline] |
Definition at line 525 of file vertex/component.h.
| T::EdgePointer& vcg::vertex::VEAdj< T >::VEp | ( | ) | [inline] |
Definition at line 523 of file vertex/component.h.
T::EdgePointer vcg::vertex::VEAdj< T >::_ep [private] |
Definition at line 533 of file vertex/component.h.
int vcg::vertex::VEAdj< T >::_zp [private] |
Definition at line 534 of file vertex/component.h.