ITK  5.4.0
Insight Toolkit
Public Member Functions | Static Protected Attributes | List of all members
itk::QuadraticTriangleCellTopology Class Reference

#include <itkQuadraticTriangleCellTopology.h>

Detailed Description

QuadraticTriangleCellTopology holds data defining the topological connections of the vertices and edges of a TriangleCell.

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 itkQuadraticTriangleCellTopology.h.

+ Inheritance diagram for itk::QuadraticTriangleCellTopology:

Public Member Functions

 QuadraticTriangleCellTopology ()
 
virtual ~QuadraticTriangleCellTopology ()
 

Static Protected Attributes

static const int m_Edges [3][3]
 

Constructor & Destructor Documentation

◆ QuadraticTriangleCellTopology()

itk::QuadraticTriangleCellTopology::QuadraticTriangleCellTopology ( )

◆ ~QuadraticTriangleCellTopology()

virtual itk::QuadraticTriangleCellTopology::~QuadraticTriangleCellTopology ( )
virtual

Member Data Documentation

◆ m_Edges

const int itk::QuadraticTriangleCellTopology::m_Edges[3][3]
staticprotected

Triangle topology data.

Definition at line 44 of file itkQuadraticTriangleCellTopology.h.


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