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

#include <itkTetrahedronCellTopology.h>

+ Inheritance diagram for itk::TetrahedronCellTopology:

List of all members.

Public Member Functions

 TetrahedronCellTopology ()
virtual ~TetrahedronCellTopology ()

Static Protected Attributes

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

Detailed Description

TetrahedronCellTopology holds data defining the topological connections of the vertices and edges of a TetrahedronCell.

This class is used to localize static variables out of .hxx files. This prevents multiple definition of static variables.

Definition at line 36 of file itkTetrahedronCellTopology.h.


Constructor & Destructor Documentation

itk::TetrahedronCellTopology::TetrahedronCellTopology ( )
virtual itk::TetrahedronCellTopology::~TetrahedronCellTopology ( )
virtual

Member Data Documentation

const int itk::TetrahedronCellTopology::m_Edges[6][2]
staticprotected

Tetrahedron topology data.

Definition at line 43 of file itkTetrahedronCellTopology.h.

const int itk::TetrahedronCellTopology::m_Faces[4][3]
staticprotected

Definition at line 44 of file itkTetrahedronCellTopology.h.


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