#include <component.h>
Public Member Functions | |
T::TetraPointer | cVTp () |
VTAdj () | |
int & | VTi () |
T::TetraPointer & | VTp () |
Static Public Member Functions | |
static bool | HasVTAdjacency () |
static bool | HasVTAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::TetraPointer | _tp |
int | _zp |
Definition at line 488 of file vertex/component.h.
vcg::vertex::VTAdj< T >::VTAdj | ( | ) | [inline] |
Definition at line 490 of file vertex/component.h.
T::TetraPointer vcg::vertex::VTAdj< T >::cVTp | ( | ) | [inline] |
Definition at line 492 of file vertex/component.h.
static bool vcg::vertex::VTAdj< T >::HasVTAdjacency | ( | ) | [inline, static] |
Definition at line 494 of file vertex/component.h.
static bool vcg::vertex::VTAdj< T >::HasVTAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 495 of file vertex/component.h.
static void vcg::vertex::VTAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 496 of file vertex/component.h.
int& vcg::vertex::VTAdj< T >::VTi | ( | ) | [inline] |
Definition at line 493 of file vertex/component.h.
T::TetraPointer& vcg::vertex::VTAdj< T >::VTp | ( | ) | [inline] |
Definition at line 491 of file vertex/component.h.
T::TetraPointer vcg::vertex::VTAdj< T >::_tp [private] |
Definition at line 499 of file vertex/component.h.
int vcg::vertex::VTAdj< T >::_zp [private] |
Definition at line 500 of file vertex/component.h.