#include <component.h>
Public Member Functions | |
const T::HEdgePointer | cEHp () const |
EHAdj () | |
T::HEdgePointer & | EHp () |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
Static Public Member Functions | |
static bool | HasEHAdjacency () |
static bool | HasEHAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::HEdgePointer | _hp |
Definition at line 308 of file edge/component.h.
vcg::edge::EHAdj< T >::EHAdj | ( | ) | [inline] |
Definition at line 310 of file edge/component.h.
const T::HEdgePointer vcg::edge::EHAdj< T >::cEHp | ( | ) | const [inline] |
Definition at line 312 of file edge/component.h.
T::HEdgePointer& vcg::edge::EHAdj< T >::EHp | ( | ) | [inline] |
Definition at line 311 of file edge/component.h.
static bool vcg::edge::EHAdj< T >::HasEHAdjacency | ( | ) | [inline, static] |
Definition at line 316 of file edge/component.h.
static bool vcg::edge::EHAdj< T >::HasEHAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 317 of file edge/component.h.
void vcg::edge::EHAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 315 of file edge/component.h.
static void vcg::edge::EHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 318 of file edge/component.h.
T::HEdgePointer vcg::edge::EHAdj< T >::_hp [private] |
Definition at line 321 of file edge/component.h.