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

#include <itkTriangleCellTopology.h>

+ Inheritance diagram for itk::TriangleCellTopology:

List of all members.

Public Member Functions

 TriangleCellTopology ()
virtual ~TriangleCellTopology ()

Static Protected Attributes

static const int m_Edges [3][2]

Detailed Description

TriangleCellTopology 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 .hxx files. This prevents multiple definition of static variables.

Definition at line 36 of file itkTriangleCellTopology.h.


Constructor & Destructor Documentation

itk::TriangleCellTopology::TriangleCellTopology ( )
virtual itk::TriangleCellTopology::~TriangleCellTopology ( )
virtual

Member Data Documentation

const int itk::TriangleCellTopology::m_Edges[3][2]
staticprotected

Triangle topology data.

Definition at line 44 of file itkTriangleCellTopology.h.


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