#include <component.h>
Public Member Functions | |
T::TetraPointer | cVTp () const |
VTAdj () | |
int & | VTi () |
T::TetraPointer & | VTp () |
Static Public Member Functions | |
static bool | HasVTAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::TetraPointer | _tp |
int | _zp |
Definition at line 586 of file vertex/component.h.
vcg::vertex::VTAdj< T >::VTAdj | ( | ) | [inline] |
Definition at line 588 of file vertex/component.h.
T::TetraPointer vcg::vertex::VTAdj< T >::cVTp | ( | ) | const [inline] |
Definition at line 590 of file vertex/component.h.
static bool vcg::vertex::VTAdj< T >::HasVTAdjacency | ( | ) | [inline, static] |
Definition at line 592 of file vertex/component.h.
static void vcg::vertex::VTAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 593 of file vertex/component.h.
int& vcg::vertex::VTAdj< T >::VTi | ( | ) | [inline] |
Definition at line 591 of file vertex/component.h.
T::TetraPointer& vcg::vertex::VTAdj< T >::VTp | ( | ) | [inline] |
Definition at line 589 of file vertex/component.h.
T::TetraPointer vcg::vertex::VTAdj< T >::_tp [private] |
Definition at line 596 of file vertex/component.h.
int vcg::vertex::VTAdj< T >::_zp [private] |
Definition at line 597 of file vertex/component.h.