ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
itk::TetrahedronCell< TCellInterface > Class Template Reference

#include <itkTetrahedronCell.h>

+ Inheritance diagram for itk::TetrahedronCell< TCellInterface >:
+ Collaboration diagram for itk::TetrahedronCell< TCellInterface >:

Detailed Description

template<typename TCellInterface>
class itk::TetrahedronCell< TCellInterface >

TetrahedronCell represents a tetrahedron for a Mesh.

Template Parameters
TPixelTypeThe type associated with a point, cell, or boundary for use in storing its data.
TCellTraitsType information of mesh containing cell.
Examples:
Examples/DataRepresentation/Mesh/MeshCellsIteration.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor2.cxx, Examples/DataRepresentation/Mesh/MeshKComplex.cxx, and Examples/SpatialObjects/MeshSpatialObject.cxx.

Definition at line 37 of file itkTetrahedronCell.h.

Public Types

using EdgeAutoPointer = typename EdgeType::SelfAutoPointer
 
using EdgeType = LineCell< TCellInterface >
 
using FaceAutoPointer = typename FaceType::SelfAutoPointer
 
using FaceType = TriangleCell< TCellInterface >
 
using VertexAutoPointer = typename VertexType::SelfAutoPointer
 
using VertexType = VertexCell< TCellInterface >
 

Public Member Functions

bool EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override
 
bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override
 
unsigned int GetDimension () const override
 
virtual bool GetEdge (CellFeatureIdentifier, EdgeAutoPointer &)
 
virtual bool GetFace (CellFeatureIdentifier, FaceAutoPointer &)
 
virtual const char * GetNameOfClass () const
 
CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
virtual CellFeatureCount GetNumberOfEdges () const
 
virtual CellFeatureCount GetNumberOfFaces () const
 
unsigned int GetNumberOfPoints () const override
 
virtual CellFeatureCount GetNumberOfVertices () const
 
virtual bool GetVertex (CellFeatureIdentifier, VertexAutoPointer &)
 
 itkCellVisitMacro (Superclass::TETRAHEDRON_CELL)
 
PointIdIterator PointIdsBegin () override
 
PointIdConstIterator PointIdsBegin () const override
 
PointIdIterator PointIdsEnd () override
 
PointIdConstIterator PointIdsEnd () const override
 
void SetPointId (int localId, PointIdentifier) override
 
void SetPointIds (PointIdConstIterator first) override
 
void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
 TetrahedronCell ()
 
 ~TetrahedronCell () override=default
 
 itkCellCommonTypedefs (TetrahedronCell)
 
 itkCellInheritedTypedefs (TCellInterface)
 
CellGeometry GetType () const override
 
void MakeCopy (CellAutoPointer &) const override
 

Static Public Attributes

static constexpr unsigned int CellDimension = 3
 
static constexpr unsigned int NumberOfEdges = 6
 
static constexpr unsigned int NumberOfFaces = 4
 
static constexpr unsigned int NumberOfPoints = 4
 
static constexpr unsigned int NumberOfVertices = 4
 

Protected Attributes

PointIdentifier m_PointIds [NumberOfPoints]
 

Additional Inherited Members

- Private Member Functions inherited from itk::TetrahedronCellTopology
 TetrahedronCellTopology ()
 
virtual ~TetrahedronCellTopology ()
 
- Static Private Attributes inherited from itk::TetrahedronCellTopology
static const int m_Edges [6][2]
 
static const int m_Faces [4][3]
 

Member Typedef Documentation

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::EdgeAutoPointer = typename EdgeType::SelfAutoPointer

Definition at line 56 of file itkTetrahedronCell.h.

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::EdgeType = LineCell< TCellInterface >

The type of boundary for this triangle's edges.

Definition at line 55 of file itkTetrahedronCell.h.

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::FaceAutoPointer = typename FaceType::SelfAutoPointer

Definition at line 60 of file itkTetrahedronCell.h.

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::FaceType = TriangleCell< TCellInterface >

The type of boundary for this hexahedron's faces.

Definition at line 59 of file itkTetrahedronCell.h.

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer

Definition at line 52 of file itkTetrahedronCell.h.

template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::VertexType = VertexCell< TCellInterface >

The type of boundary for this triangle's vertices.

Definition at line 51 of file itkTetrahedronCell.h.

Constructor & Destructor Documentation

template<typename TCellInterface >
itk::TetrahedronCell< TCellInterface >::TetrahedronCell ( )
inline

Definition at line 119 of file itkTetrahedronCell.h.

template<typename TCellInterface >
itk::TetrahedronCell< TCellInterface >::~TetrahedronCell ( )
overridedefault

Member Function Documentation

template<typename TCellInterface >
bool itk::TetrahedronCell< TCellInterface >::EvaluatePosition ( CoordRepType *  ,
PointsContainer *  ,
CoordRepType *  ,
CoordRepType  [],
double *  ,
InterpolationWeightType *   
)
override
template<typename TCellInterface >
bool itk::TetrahedronCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer &   
)
override
template<typename TCellInterface >
unsigned int itk::TetrahedronCell< TCellInterface >::GetDimension ( ) const
override
template<typename TCellInterface >
virtual bool itk::TetrahedronCell< TCellInterface >::GetEdge ( CellFeatureIdentifier  ,
EdgeAutoPointer  
)
virtual
template<typename TCellInterface >
virtual bool itk::TetrahedronCell< TCellInterface >::GetFace ( CellFeatureIdentifier  ,
FaceAutoPointer  
)
virtual
template<typename TCellInterface >
virtual const char* itk::TetrahedronCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

template<typename TCellInterface >
CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension) const
override
template<typename TCellInterface >
virtual CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfEdges ( ) const
virtual
template<typename TCellInterface >
virtual CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfFaces ( ) const
virtual
template<typename TCellInterface >
unsigned int itk::TetrahedronCell< TCellInterface >::GetNumberOfPoints ( ) const
override
template<typename TCellInterface >
virtual CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfVertices ( ) const
virtual

Tetrahedron-specific interface.

template<typename TCellInterface >
CellGeometry itk::TetrahedronCell< TCellInterface >::GetType ( ) const
inlineoverride

Implement the standard CellInterface.

Definition at line 70 of file itkTetrahedronCell.h.

template<typename TCellInterface >
virtual bool itk::TetrahedronCell< TCellInterface >::GetVertex ( CellFeatureIdentifier  ,
VertexAutoPointer  
)
virtual
template<typename TCellInterface >
itk::TetrahedronCell< TCellInterface >::itkCellCommonTypedefs ( TetrahedronCell< TCellInterface >  )

Standard class type aliasa.

template<typename TCellInterface >
itk::TetrahedronCell< TCellInterface >::itkCellInheritedTypedefs ( TCellInterface  )

Standard class type aliasa.

template<typename TCellInterface >
itk::TetrahedronCell< TCellInterface >::itkCellVisitMacro ( Superclass::TETRAHEDRON_CELL  )

Visitor interface.

template<typename TCellInterface >
void itk::TetrahedronCell< TCellInterface >::MakeCopy ( CellAutoPointer &  ) const
override

Implement the standard CellInterface.

template<typename TCellInterface >
PointIdIterator itk::TetrahedronCell< TCellInterface >::PointIdsBegin ( )
override
template<typename TCellInterface >
PointIdConstIterator itk::TetrahedronCell< TCellInterface >::PointIdsBegin ( ) const
override
template<typename TCellInterface >
PointIdIterator itk::TetrahedronCell< TCellInterface >::PointIdsEnd ( )
override
template<typename TCellInterface >
PointIdConstIterator itk::TetrahedronCell< TCellInterface >::PointIdsEnd ( ) const
override
template<typename TCellInterface >
void itk::TetrahedronCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier   
)
override
template<typename TCellInterface >
void itk::TetrahedronCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first)
override
template<typename TCellInterface >
void itk::TetrahedronCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first,
PointIdConstIterator  last 
)
override

Member Data Documentation

template<typename TCellInterface >
constexpr unsigned int itk::TetrahedronCell< TCellInterface >::CellDimension = 3
static

Definition at line 67 of file itkTetrahedronCell.h.

template<typename TCellInterface >
PointIdentifier itk::TetrahedronCell< TCellInterface >::m_PointIds[NumberOfPoints]
protected

Store the number of points needed for a tetrahedron.

Definition at line 131 of file itkTetrahedronCell.h.

template<typename TCellInterface >
constexpr unsigned int itk::TetrahedronCell< TCellInterface >::NumberOfEdges = 6
static

Definition at line 65 of file itkTetrahedronCell.h.

template<typename TCellInterface >
constexpr unsigned int itk::TetrahedronCell< TCellInterface >::NumberOfFaces = 4
static

Definition at line 66 of file itkTetrahedronCell.h.

template<typename TCellInterface >
constexpr unsigned int itk::TetrahedronCell< TCellInterface >::NumberOfPoints = 4
static

Tetrahedron-specific topology numbers.

Definition at line 63 of file itkTetrahedronCell.h.

template<typename TCellInterface >
constexpr unsigned int itk::TetrahedronCell< TCellInterface >::NumberOfVertices = 4
static

Definition at line 64 of file itkTetrahedronCell.h.


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