#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 320 of file edge/component.h.
| vcg::edge::EHAdj< T >::EHAdj | ( | ) | [inline] |
Definition at line 322 of file edge/component.h.
| const T::HEdgePointer vcg::edge::EHAdj< T >::cEHp | ( | ) | const [inline] |
Definition at line 324 of file edge/component.h.
| T::HEdgePointer& vcg::edge::EHAdj< T >::EHp | ( | ) | [inline] |
Definition at line 323 of file edge/component.h.
| static bool vcg::edge::EHAdj< T >::HasEHAdjacency | ( | ) | [inline, static] |
Definition at line 328 of file edge/component.h.
| static bool vcg::edge::EHAdj< T >::HasEHAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 329 of file edge/component.h.
| void vcg::edge::EHAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 327 of file edge/component.h.
| static void vcg::edge::EHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 330 of file edge/component.h.
T::HEdgePointer vcg::edge::EHAdj< T >::_hp [private] |
Definition at line 333 of file edge/component.h.