ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Protected Attributes
itk::HexahedronCellTopology Class Reference

#include <itkHexahedronCellTopology.h>

+ Inheritance diagram for itk::HexahedronCellTopology:

List of all members.

Public Member Functions

 HexahedronCellTopology ()
virtual ~HexahedronCellTopology ()

Static Protected Attributes

static const int m_Edges [12][2]
static const int m_Faces [6][4]

Detailed Description

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.


Constructor & Destructor Documentation

itk::HexahedronCellTopology::HexahedronCellTopology ( )
virtual itk::HexahedronCellTopology::~HexahedronCellTopology ( )
virtual

Member Data Documentation

const int itk::HexahedronCellTopology::m_Edges[12][2]
staticprotected

Hexahedron topology data.

Definition at line 47 of file itkHexahedronCellTopology.h.

const int itk::HexahedronCellTopology::m_Faces[6][4]
staticprotected

Definition at line 48 of file itkHexahedronCellTopology.h.


The documentation for this class was generated from the following file: