#include <component.h>
Public Member Functions | |
const char & | cVTi (const int j) const |
T::TetraPointer const | cVTp (const int j) const |
VTAdj () | |
char & | VTi (const int j) |
T::TetraPointer const | VTp (const int j) const |
T::TetraPointer & | VTp (const int j) |
Static Public Member Functions | |
static bool | HasVTAdjacency () |
static bool | HasVTAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char | _vti [4] |
T::TetraPointer | _vtp [4] |
Definition at line 216 of file tetrahedron/component.h.
vcg::tetra::VTAdj< T >::VTAdj | ( | ) | [inline] |
Definition at line 218 of file tetrahedron/component.h.
const char& vcg::tetra::VTAdj< T >::cVTi | ( | const int | j | ) | const [inline] |
Definition at line 223 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::VTAdj< T >::cVTp | ( | const int | j | ) | const [inline] |
Definition at line 221 of file tetrahedron/component.h.
static bool vcg::tetra::VTAdj< T >::HasVTAdjacency | ( | ) | [inline, static] |
Definition at line 224 of file tetrahedron/component.h.
static bool vcg::tetra::VTAdj< T >::HasVTAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 225 of file tetrahedron/component.h.
static void vcg::tetra::VTAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 226 of file tetrahedron/component.h.
char& vcg::tetra::VTAdj< T >::VTi | ( | const int | j | ) | [inline] |
Definition at line 222 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::VTAdj< T >::VTp | ( | const int | j | ) | const [inline] |
Definition at line 220 of file tetrahedron/component.h.
T::TetraPointer& vcg::tetra::VTAdj< T >::VTp | ( | const int | j | ) | [inline] |
Definition at line 219 of file tetrahedron/component.h.
char vcg::tetra::VTAdj< T >::_vti[4] [private] |
Definition at line 230 of file tetrahedron/component.h.
T::TetraPointer vcg::tetra::VTAdj< T >::_vtp[4] [private] |
Definition at line 229 of file tetrahedron/component.h.