Orfeo Toolbox  3.16
Public Member Functions | Static Protected Attributes
itk::TetrahedronCellTopology Class Reference

#include <itkTetrahedronCellTopology.h>

+ Inheritance diagram for itk::TetrahedronCellTopology:

List of all members.

Public Member Functions

 TetrahedronCellTopology ()
 ~TetrahedronCellTopology ()

Static Protected Attributes

static const int m_Edges [6][2] = { {0,1}, {1,2}, {2,0}, {0,3}, {1,3}, {2,3} }
static const int m_Faces [4][3] = { {0,1,3}, {1,2,3}, {2,0,3}, {0,2,1} }

Detailed Description

TetrahedronCellTopology holds data defining the topological connections of the vertices and edges of an Tetrahedron Cell.

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

Definition at line 35 of file itkTetrahedronCellTopology.h.


Constructor & Destructor Documentation

itk::TetrahedronCellTopology::TetrahedronCellTopology ( )

Definition at line 40 of file itkTetrahedronCellTopology.cxx.

itk::TetrahedronCellTopology::~TetrahedronCellTopology ( )

Definition at line 45 of file itkTetrahedronCellTopology.cxx.


Member Data Documentation

const int itk::TetrahedronCellTopology::m_Edges = { {0,1}, {1,2}, {2,0}, {0,3}, {1,3}, {2,3} }
staticprotected

Tetrahedron topology data.

The tetrahedron's topology data: Faces

Definition at line 43 of file itkTetrahedronCellTopology.h.

const int itk::TetrahedronCellTopology::m_Faces = { {0,1,3}, {1,2,3}, {2,0,3}, {0,2,1} }
staticprotected

The tetrahedron's topology data: Faces

Definition at line 44 of file itkTetrahedronCellTopology.h.


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

Generated at Sun Feb 3 2013 02:43:06 for Orfeo Toolbox with doxygen 1.8.1.1