![]() |
Orfeo Toolbox
3.16
|
#include <itkTetrahedronCellTopology.h>
Inheritance diagram for itk::TetrahedronCellTopology:Public Member Functions | |
| TetrahedronCellTopology () | |
| ~TetrahedronCellTopology () | |
Static Protected Attributes | |
| static const int | m_Edges [6][2] = { {0,1}, {1,2}, {2,0}, {0,3}, {1,3}, {2,3} } |
| static const int | m_Faces [4][3] = { {0,1,3}, {1,2,3}, {2,0,3}, {0,2,1} } |
TetrahedronCellTopology holds data defining the topological connections of the vertices and edges of an Tetrahedron Cell.
This class is used to localize static variables out of .txx files. This prevents multiple definition of static variables.
Definition at line 35 of file itkTetrahedronCellTopology.h.
| itk::TetrahedronCellTopology::TetrahedronCellTopology | ( | ) |
Definition at line 40 of file itkTetrahedronCellTopology.cxx.
| itk::TetrahedronCellTopology::~TetrahedronCellTopology | ( | ) |
Definition at line 45 of file itkTetrahedronCellTopology.cxx.
|
staticprotected |
Tetrahedron topology data.
The tetrahedron's topology data: Faces
Definition at line 43 of file itkTetrahedronCellTopology.h.
|
staticprotected |
The tetrahedron's topology data: Faces
Definition at line 44 of file itkTetrahedronCellTopology.h.