#include <component.h>
Public Member Functions | |
const char & | cTTi (const int j) const |
T::TetraPointer const | cTTp (const int j) const |
bool | IsBorderF (const int &i) const |
TTAdj () | |
char & | TTi (const int j) |
T::TetraPointer const | TTp (const int j) const |
T::TetraPointer & | TTp (const int j) |
T::TetraPointer const | TTp1 (const int j) const |
T::TetraPointer & | TTp1 (const int j) |
T::TetraPointer const | TTp2 (const int j) const |
T::TetraPointer & | TTp2 (const int j) |
Static Public Member Functions | |
static bool | HasTTAdjacency () |
static bool | HasTTAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char | _tti [4] |
T::TetraPointer | _ttp [4] |
Definition at line 235 of file tetrahedron/component.h.
vcg::tetra::TTAdj< T >::TTAdj | ( | ) | [inline] |
Definition at line 237 of file tetrahedron/component.h.
const char& vcg::tetra::TTAdj< T >::cTTi | ( | const int | j | ) | const [inline] |
Definition at line 247 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::TTAdj< T >::cTTp | ( | const int | j | ) | const [inline] |
Definition at line 245 of file tetrahedron/component.h.
static bool vcg::tetra::TTAdj< T >::HasTTAdjacency | ( | ) | [inline, static] |
Definition at line 256 of file tetrahedron/component.h.
static bool vcg::tetra::TTAdj< T >::HasTTAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 257 of file tetrahedron/component.h.
bool vcg::tetra::TTAdj< T >::IsBorderF | ( | const int & | i | ) | const [inline] |
Definition at line 254 of file tetrahedron/component.h.
static void vcg::tetra::TTAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 258 of file tetrahedron/component.h.
char& vcg::tetra::TTAdj< T >::TTi | ( | const int | j | ) | [inline] |
Definition at line 246 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::TTAdj< T >::TTp | ( | const int | j | ) | const [inline] |
Definition at line 244 of file tetrahedron/component.h.
T::TetraPointer& vcg::tetra::TTAdj< T >::TTp | ( | const int | j | ) | [inline] |
Definition at line 243 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::TTAdj< T >::TTp1 | ( | const int | j | ) | const [inline] |
Definition at line 251 of file tetrahedron/component.h.
T::TetraPointer& vcg::tetra::TTAdj< T >::TTp1 | ( | const int | j | ) | [inline] |
Definition at line 249 of file tetrahedron/component.h.
T::TetraPointer const vcg::tetra::TTAdj< T >::TTp2 | ( | const int | j | ) | const [inline] |
Definition at line 252 of file tetrahedron/component.h.
T::TetraPointer& vcg::tetra::TTAdj< T >::TTp2 | ( | const int | j | ) | [inline] |
Definition at line 250 of file tetrahedron/component.h.
char vcg::tetra::TTAdj< T >::_tti[4] [private] |
Definition at line 262 of file tetrahedron/component.h.
T::TetraPointer vcg::tetra::TTAdj< T >::_ttp[4] [private] |
Definition at line 261 of file tetrahedron/component.h.