#include <component.h>
Public Member Functions | |
const int & | cEEi (const int &i) |
T::EdgePointer | cEEp (const int &i) |
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] |
Definition at line 275 of file edge/component.h.
vcg::edge::EEAdj< T >::EEAdj | ( | ) | [inline] |
Definition at line 277 of file edge/component.h.
const int& vcg::edge::EEAdj< T >::cEEi | ( | const int & | i | ) | [inline] |
Definition at line 281 of file edge/component.h.
T::EdgePointer vcg::edge::EEAdj< T >::cEEp | ( | const int & | i | ) | [inline] |
Definition at line 279 of file edge/component.h.
int& vcg::edge::EEAdj< T >::EEi | ( | const int & | i | ) | [inline] |
Definition at line 280 of file edge/component.h.
T::EdgePointer& vcg::edge::EEAdj< T >::EEp | ( | const int & | i | ) | [inline] |
Definition at line 278 of file edge/component.h.
static bool vcg::edge::EEAdj< T >::HasEEAdjacency | ( | ) | [inline, static] |
Definition at line 285 of file edge/component.h.
static bool vcg::edge::EEAdj< T >::HasEEAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 286 of file edge/component.h.
void vcg::edge::EEAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 284 of file edge/component.h.
static void vcg::edge::EEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 287 of file edge/component.h.
T::EdgePointer vcg::edge::EEAdj< T >::_ep[2] [private] |
Definition at line 290 of file edge/component.h.
int vcg::edge::EEAdj< T >::_zp[2] [private] |
Definition at line 291 of file edge/component.h.