#include <component.h>

Public Member Functions | |
| T::HEdgePointer | cVHp () |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| VHAdj () | |
| int & | VHi () |
| T::HEdgePointer & | VHp () |
Static Public Member Functions | |
| static bool | HasVHAdjacency () |
| static bool | HasVHAdjacencyOcc () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| T::HEdgePointer | _hp |
| int | _zp |
Definition at line 469 of file vertex/component.h.
| vcg::vertex::VHAdj< T >::VHAdj | ( | ) | [inline] |
Definition at line 471 of file vertex/component.h.
| T::HEdgePointer vcg::vertex::VHAdj< T >::cVHp | ( | ) | [inline] |
Definition at line 473 of file vertex/component.h.
| static bool vcg::vertex::VHAdj< T >::HasVHAdjacency | ( | ) | [inline, static] |
Definition at line 477 of file vertex/component.h.
| static bool vcg::vertex::VHAdj< T >::HasVHAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 478 of file vertex/component.h.
| void vcg::vertex::VHAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 476 of file vertex/component.h.
| static void vcg::vertex::VHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 479 of file vertex/component.h.
| int& vcg::vertex::VHAdj< T >::VHi | ( | ) | [inline] |
Definition at line 474 of file vertex/component.h.
| T::HEdgePointer& vcg::vertex::VHAdj< T >::VHp | ( | ) | [inline] |
Definition at line 472 of file vertex/component.h.
T::HEdgePointer vcg::vertex::VHAdj< T >::_hp [private] |
Definition at line 482 of file vertex/component.h.
int vcg::vertex::VHAdj< T >::_zp [private] |
Definition at line 483 of file vertex/component.h.