#include <component.h>

Public Member Functions | |
| T::HEdgePointer | cVHp () const |
| template<class RightValueType > | |
| void | ImportData (const RightValueType &rVert) |
| VHAdj () | |
| int & | VHi () |
| T::HEdgePointer & | VHp () |
Static Public Member Functions | |
| static bool | HasVHAdjacency () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| T::HEdgePointer | _hp |
| int | _zp |
Definition at line 568 of file vertex/component.h.
| vcg::vertex::VHAdj< T >::VHAdj | ( | ) | [inline] |
Definition at line 570 of file vertex/component.h.
| T::HEdgePointer vcg::vertex::VHAdj< T >::cVHp | ( | ) | const [inline] |
Definition at line 572 of file vertex/component.h.
| static bool vcg::vertex::VHAdj< T >::HasVHAdjacency | ( | ) | [inline, static] |
Definition at line 576 of file vertex/component.h.
| void vcg::vertex::VHAdj< T >::ImportData | ( | const RightValueType & | rVert | ) | [inline] |
Reimplemented in vcg::vertex::VFAdj< Arity5< vertex::EmptyCore< PolyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::Mark, vertex::BitFlags, vertex::VHAdj > >.
Definition at line 575 of file vertex/component.h.
| static void vcg::vertex::VHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::VFAdj< Arity5< vertex::EmptyCore< PolyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::Mark, vertex::BitFlags, vertex::VHAdj > >.
Definition at line 577 of file vertex/component.h.
| int& vcg::vertex::VHAdj< T >::VHi | ( | ) | [inline] |
Definition at line 573 of file vertex/component.h.
| T::HEdgePointer& vcg::vertex::VHAdj< T >::VHp | ( | ) | [inline] |
Definition at line 571 of file vertex/component.h.
T::HEdgePointer vcg::vertex::VHAdj< T >::_hp [private] |
Definition at line 580 of file vertex/component.h.
int vcg::vertex::VHAdj< T >::_zp [private] |
Reimplemented in vcg::vertex::VFAdj< Arity5< vertex::EmptyCore< PolyUsedTypes >, vertex::Coord3f, vertex::Normal3f, vertex::Mark, vertex::BitFlags, vertex::VHAdj > >.
Definition at line 581 of file vertex/component.h.