#include <component.h>
Public Member Functions | |
T::VertexPointer const | cEVp (const int &i) const |
T::VertexPointer const | cV (const int &i) const |
EVAdj () | |
T::VertexPointer & | EVp (const int &i) |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
T::VertexPointer & | V (const int &i) |
Static Public Member Functions | |
static bool | HasEVAdjacency () |
static bool | HasEVAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::VertexPointer | _vp [2] |
Definition at line 242 of file edge/component.h.
vcg::edge::EVAdj< T >::EVAdj | ( | ) | [inline] |
Definition at line 244 of file edge/component.h.
T::VertexPointer const vcg::edge::EVAdj< T >::cEVp | ( | const int & | i | ) | const [inline] |
Definition at line 246 of file edge/component.h.
T::VertexPointer const vcg::edge::EVAdj< T >::cV | ( | const int & | i | ) | const [inline] |
Definition at line 248 of file edge/component.h.
T::VertexPointer& vcg::edge::EVAdj< T >::EVp | ( | const int & | i | ) | [inline] |
Definition at line 245 of file edge/component.h.
static bool vcg::edge::EVAdj< T >::HasEVAdjacency | ( | ) | [inline, static] |
Definition at line 252 of file edge/component.h.
static bool vcg::edge::EVAdj< T >::HasEVAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 253 of file edge/component.h.
void vcg::edge::EVAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 251 of file edge/component.h.
static void vcg::edge::EVAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 254 of file edge/component.h.
T::VertexPointer& vcg::edge::EVAdj< T >::V | ( | const int & | i | ) | [inline] |
Definition at line 247 of file edge/component.h.
T::VertexPointer vcg::edge::EVAdj< T >::_vp[2] [private] |
Definition at line 257 of file edge/component.h.