#include <component.h>

Public Types | |
| typedef int | VFAdjType |
Public Member Functions | |
| T::TetraPointer const | cTTp (const int) const |
| T::TetraPointer const | cVTp (const int) const |
| char & | TTi (const int j) |
| T::TetraPointer & | TTp (const int) |
| char & | VTi (const int j) |
| T::TetraPointer & | VTp (const int) |
Static Public Member Functions | |
| static bool | HasTTAdjacency () |
| static bool | HasTTAdjacencyOcc () |
| static bool | HasVTAdjacency () |
| static bool | HasVTAdjacencyOcc () |
| static void | Name (std::vector< std::string > &name) |
Definition at line 198 of file tetrahedron/component.h.
| typedef int vcg::tetra::EmptyAdj< T >::VFAdjType |
Definition at line 200 of file tetrahedron/component.h.
| T::TetraPointer const vcg::tetra::EmptyAdj< T >::cTTp | ( | const int | ) | const [inline] |
Definition at line 204 of file tetrahedron/component.h.
| T::TetraPointer const vcg::tetra::EmptyAdj< T >::cVTp | ( | const int | ) | const [inline] |
Definition at line 202 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyAdj< T >::HasTTAdjacency | ( | ) | [inline, static] |
Definition at line 208 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyAdj< T >::HasTTAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 209 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyAdj< T >::HasVTAdjacency | ( | ) | [inline, static] |
Definition at line 207 of file tetrahedron/component.h.
| static bool vcg::tetra::EmptyAdj< T >::HasVTAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 210 of file tetrahedron/component.h.
| static void vcg::tetra::EmptyAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::tetra::EmptyVertexRef< tetra::EmptyAdj< TetraTypeHolder< BVT, BET, BFT, BTT > > >.
Definition at line 211 of file tetrahedron/component.h.
| char& vcg::tetra::EmptyAdj< T >::TTi | ( | const int | j | ) | [inline] |
Definition at line 206 of file tetrahedron/component.h.
| T::TetraPointer& vcg::tetra::EmptyAdj< T >::TTp | ( | const int | ) | [inline] |
Definition at line 203 of file tetrahedron/component.h.
| char& vcg::tetra::EmptyAdj< T >::VTi | ( | const int | j | ) | [inline] |
Definition at line 205 of file tetrahedron/component.h.
| T::TetraPointer& vcg::tetra::EmptyAdj< T >::VTp | ( | const int | ) | [inline] |
Definition at line 201 of file tetrahedron/component.h.