ITK  5.4.0
Insight Toolkit
Public Member Functions | Static Protected Attributes | List of all members

#include <itkTriangleCellTopology.h>

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.

+ Inheritance diagram for itk::TriangleCellTopology:

Public Member Functions

 TriangleCellTopology ()
 
virtual ~TriangleCellTopology ()
 

Static Protected Attributes

static const int m_Edges [3][2]
 

Constructor & Destructor Documentation

◆ TriangleCellTopology()

itk::TriangleCellTopology::TriangleCellTopology ( )

◆ ~TriangleCellTopology()

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

Member Data Documentation

◆ m_Edges

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: