#include <itkHexahedronCellTopology.h>
Public Member Functions | |
HexahedronCellTopology () | |
~HexahedronCellTopology () | |
Static Protected Attributes | |
static const int | m_Edges [12][2] |
static const int | m_Faces [6][4] |
HexahedronCellTopology holds data defining the topological connections of the vertices and edges of an Hexahedron 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 itkHexahedronCellTopology.h.
itk::HexahedronCellTopology::HexahedronCellTopology | ( | ) |
itk::HexahedronCellTopology::~HexahedronCellTopology | ( | ) |
const int itk::HexahedronCellTopology::m_Edges[12][2] [static, protected] |
Hexahedron topology data.
Definition at line 44 of file itkHexahedronCellTopology.h.
const int itk::HexahedronCellTopology::m_Faces[6][4] [static, protected] |
Definition at line 45 of file itkHexahedronCellTopology.h.