#include <itkQuadrilateralCellTopology.h>
Public Member Functions | |
QuadrilateralCellTopology () | |
~QuadrilateralCellTopology () | |
Static Protected Attributes | |
static const int | m_Edges [4][2] |
QuadrilateralCellTopology holds data defining the topological connections of the vertices and edges of an Quadrilateral Cell.
This class is used to localize static variables out of .txx files. This prevents multiple definition of static variables.
Definition at line 34 of file itkQuadrilateralCellTopology.h.
itk::QuadrilateralCellTopology::QuadrilateralCellTopology | ( | ) |
itk::QuadrilateralCellTopology::~QuadrilateralCellTopology | ( | ) |
const int itk::QuadrilateralCellTopology::m_Edges[4][2] [static, protected] |
Quadrilateral topology data.
Definition at line 42 of file itkQuadrilateralCellTopology.h.