#include <itkQuadraticTriangleCellTopology.h>
Public Member Functions | |
QuadraticTriangleCellTopology () | |
~QuadraticTriangleCellTopology () | |
Static Protected Attributes | |
static const int | m_Edges [3][3] |
QuadraticTriangleCellTopology holds data defining the topological connections of the vertices and edges of an Triangle 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 itkQuadraticTriangleCellTopology.h.
itk::QuadraticTriangleCellTopology::QuadraticTriangleCellTopology | ( | ) |
itk::QuadraticTriangleCellTopology::~QuadraticTriangleCellTopology | ( | ) |
const int itk::QuadraticTriangleCellTopology::m_Edges[3][3] [static, protected] |
Triangle topology data.
Definition at line 43 of file itkQuadraticTriangleCellTopology.h.