ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkHexahedronCellTopology.h>
Public Member Functions | |
HexahedronCellTopology () | |
virtual | ~HexahedronCellTopology () |
Static Protected Attributes | |
static const int | m_Edges [12][2] |
static const int | m_Faces [6][4] |
Holds data defining the topological connections of the vertices and edges of a HexahedronCell.
HexahedronCellTopology holds data defining the topological connections of the vertices and edges of a HexahedronCell.
This class is used to localize static variables out of .hxx files. This prevents multiple definition of static variables.
Definition at line 39 of file itkHexahedronCellTopology.h.
virtual itk::HexahedronCellTopology::~HexahedronCellTopology | ( | ) | [virtual] |
const int itk::HexahedronCellTopology::m_Edges[12][2] [static, protected] |
Hexahedron topology data.
Definition at line 47 of file itkHexahedronCellTopology.h.
const int itk::HexahedronCellTopology::m_Faces[6][4] [static, protected] |
Definition at line 48 of file itkHexahedronCellTopology.h.