ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Protected Attributes | List of all members
itk::TriangleCellTopology Class Reference

#include <itkTriangleCellTopology.h>

+ Inheritance diagram for itk::TriangleCellTopology:

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.

Public Member Functions

 TriangleCellTopology ()
 
virtual ~TriangleCellTopology ()
 

Static Protected Attributes

static const int m_Edges [3][2]
 

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 45 of file itkTriangleCellTopology.h.


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