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

#include <itkHexahedronCellTopology.h>

Detailed Description

Holds data defining the topological connections of the vertices and edges of a HexahedronCell.

HexahedronCellTopology holds data defining the topological connections of the vertices and edges of a HexahedronCell.

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

Definition at line 39 of file itkHexahedronCellTopology.h.

+ Inheritance diagram for itk::HexahedronCellTopology:

Public Member Functions

 HexahedronCellTopology ()
 
virtual ~HexahedronCellTopology ()
 

Static Protected Attributes

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

Constructor & Destructor Documentation

◆ HexahedronCellTopology()

itk::HexahedronCellTopology::HexahedronCellTopology ( )

◆ ~HexahedronCellTopology()

virtual itk::HexahedronCellTopology::~HexahedronCellTopology ( )
virtual

Member Data Documentation

◆ m_Edges

const int itk::HexahedronCellTopology::m_Edges[12][2]
staticprotected

Hexahedron topology data.

Definition at line 47 of file itkHexahedronCellTopology.h.

◆ m_Faces

const int itk::HexahedronCellTopology::m_Faces[6][4]
staticprotected

Definition at line 48 of file itkHexahedronCellTopology.h.


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