ITK  5.2.0
Insight Toolkit
List of all members
itk::QuadraticTriangleCell< TCellInterface > Class Template Reference

#include <itkQuadraticTriangleCell.h>

+ Inheritance diagram for itk::QuadraticTriangleCell< TCellInterface >:
+ Collaboration diagram for itk::QuadraticTriangleCell< TCellInterface >:
using VertexType = VertexCell< TCellInterface >
 
using VertexAutoPointer = typename VertexType::SelfAutoPointer
 
using EdgeType = QuadraticEdgeCell< TCellInterface >
 
using EdgeAutoPointer = typename EdgeType::SelfAutoPointer
 
static constexpr unsigned int NumberOfPoints = 6
 
static constexpr unsigned int NumberOfVertices = 3
 
static constexpr unsigned int NumberOfEdges = 3
 
static constexpr unsigned int CellDimension = 2
 
PointIdentifier m_PointIds [NumberOfPoints]
 
 itkCellCommonTypedefs (QuadraticTriangleCell)
 
 itkCellInheritedTypedefs (TCellInterface)
 
virtual const char * GetNameOfClass () const
 
CellGeometryEnum GetType () const override
 
void MakeCopy (CellAutoPointer &) const override
 
unsigned int GetDimension () const override
 
unsigned int GetNumberOfPoints () const override
 
CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override
 
void SetPointIds (PointIdConstIterator first) override
 
void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
void SetPointId (int localId, PointIdentifier) override
 
PointIdIterator PointIdsBegin () override
 
PointIdConstIterator PointIdsBegin () const override
 
PointIdIterator PointIdsEnd () override
 
PointIdConstIterator PointIdsEnd () const override
 
virtual CellFeatureCount GetNumberOfVertices () const
 
virtual CellFeatureCount GetNumberOfEdges () const
 
virtual bool GetVertex (CellFeatureIdentifier, VertexAutoPointer &)
 
virtual bool GetEdge (CellFeatureIdentifier, EdgeAutoPointer &)
 
 itkCellVisitMacro (CellGeometryEnum::QUADRATIC_TRIANGLE_CELL)
 
void EvaluateShapeFunctions (const ParametricCoordArrayType &parametricCoordinates, ShapeFunctionsArrayType &weights) const override
 
 QuadraticTriangleCell ()
 
 ~QuadraticTriangleCell () override=default
 

Additional Inherited Members

- Private Member Functions inherited from itk::QuadraticTriangleCellTopology
 QuadraticTriangleCellTopology ()
 
virtual ~QuadraticTriangleCellTopology ()
 
- Static Private Attributes inherited from itk::QuadraticTriangleCellTopology
static const int m_Edges [3][3]
 

Detailed Description

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

Represents a second order triangular patch 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.

Definition at line 38 of file itkQuadraticTriangleCell.h.

Member Typedef Documentation

◆ EdgeAutoPointer

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

The type of boundary for this triangle's vertices.

Definition at line 59 of file itkQuadraticTriangleCell.h.

◆ EdgeType

template<typename TCellInterface >
using itk::QuadraticTriangleCell< TCellInterface >::EdgeType = QuadraticEdgeCell<TCellInterface>

The type of boundary for this triangle's edges.

Definition at line 58 of file itkQuadraticTriangleCell.h.

◆ VertexAutoPointer

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

The type of boundary for this triangle's vertices.

Definition at line 55 of file itkQuadraticTriangleCell.h.

◆ VertexType

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

The type of boundary for this triangle's vertices.

Definition at line 54 of file itkQuadraticTriangleCell.h.

Constructor & Destructor Documentation

◆ QuadraticTriangleCell()

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

The type of boundary for this triangle's vertices.

Definition at line 131 of file itkQuadraticTriangleCell.h.

References itk::NumericTraits< T >::max().

◆ ~QuadraticTriangleCell()

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

The type of boundary for this triangle's vertices.

Member Function Documentation

◆ EvaluateShapeFunctions()

template<typename TCellInterface >
void itk::QuadraticTriangleCell< TCellInterface >::EvaluateShapeFunctions ( const ParametricCoordArrayType &  parametricCoordinates,
ShapeFunctionsArrayType &  weights 
) const
override

Given the parametric coordinates of a point in the cell determine the value of its Shape Functions returned through an itkArray<InterpolationWeightType>).

◆ GetBoundaryFeature()

template<typename TCellInterface >
bool itk::QuadraticTriangleCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer &   
)
override

The type of boundary for this triangle's vertices.

◆ GetDimension()

template<typename TCellInterface >
unsigned int itk::QuadraticTriangleCell< TCellInterface >::GetDimension ( ) const
override

The type of boundary for this triangle's vertices.

◆ GetEdge()

template<typename TCellInterface >
virtual bool itk::QuadraticTriangleCell< TCellInterface >::GetEdge ( CellFeatureIdentifier  ,
EdgeAutoPointer  
)
virtual

The type of boundary for this triangle's vertices.

◆ GetNameOfClass()

template<typename TCellInterface >
virtual const char* itk::QuadraticTriangleCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

◆ GetNumberOfBoundaryFeatures()

template<typename TCellInterface >
CellFeatureCount itk::QuadraticTriangleCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension) const
override

The type of boundary for this triangle's vertices.

◆ GetNumberOfEdges()

template<typename TCellInterface >
virtual CellFeatureCount itk::QuadraticTriangleCell< TCellInterface >::GetNumberOfEdges ( ) const
virtual

The type of boundary for this triangle's vertices.

◆ GetNumberOfPoints()

template<typename TCellInterface >
unsigned int itk::QuadraticTriangleCell< TCellInterface >::GetNumberOfPoints ( ) const
override

The type of boundary for this triangle's vertices.

◆ GetNumberOfVertices()

template<typename TCellInterface >
virtual CellFeatureCount itk::QuadraticTriangleCell< TCellInterface >::GetNumberOfVertices ( ) const
virtual

Triangle-specific interface.

◆ GetType()

template<typename TCellInterface >
CellGeometryEnum itk::QuadraticTriangleCell< TCellInterface >::GetType ( ) const
inlineoverride

Implement the standard CellInterface.

Definition at line 69 of file itkQuadraticTriangleCell.h.

References itk::CommonEnums::QUADRATIC_TRIANGLE_CELL.

◆ GetVertex()

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

The type of boundary for this triangle's vertices.

◆ itkCellCommonTypedefs()

template<typename TCellInterface >
itk::QuadraticTriangleCell< TCellInterface >::itkCellCommonTypedefs ( QuadraticTriangleCell< TCellInterface >  )

Standard class type aliases.

◆ itkCellInheritedTypedefs()

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

The type of boundary for this triangle's vertices.

◆ itkCellVisitMacro()

template<typename TCellInterface >
itk::QuadraticTriangleCell< TCellInterface >::itkCellVisitMacro ( CellGeometryEnum::QUADRATIC_TRIANGLE_CELL  )

Cell visitor interface.

◆ MakeCopy()

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

The type of boundary for this triangle's vertices.

◆ PointIdsBegin() [1/2]

template<typename TCellInterface >
PointIdConstIterator itk::QuadraticTriangleCell< TCellInterface >::PointIdsBegin ( ) const
override

The type of boundary for this triangle's vertices.

◆ PointIdsBegin() [2/2]

template<typename TCellInterface >
PointIdIterator itk::QuadraticTriangleCell< TCellInterface >::PointIdsBegin ( )
override

The type of boundary for this triangle's vertices.

◆ PointIdsEnd() [1/2]

template<typename TCellInterface >
PointIdConstIterator itk::QuadraticTriangleCell< TCellInterface >::PointIdsEnd ( ) const
override

The type of boundary for this triangle's vertices.

◆ PointIdsEnd() [2/2]

template<typename TCellInterface >
PointIdIterator itk::QuadraticTriangleCell< TCellInterface >::PointIdsEnd ( )
override

The type of boundary for this triangle's vertices.

◆ SetPointId()

template<typename TCellInterface >
void itk::QuadraticTriangleCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier   
)
override

The type of boundary for this triangle's vertices.

◆ SetPointIds() [1/2]

template<typename TCellInterface >
void itk::QuadraticTriangleCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first)
override

The type of boundary for this triangle's vertices.

◆ SetPointIds() [2/2]

template<typename TCellInterface >
void itk::QuadraticTriangleCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first,
PointIdConstIterator  last 
)
override

The type of boundary for this triangle's vertices.

Member Data Documentation

◆ CellDimension

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticTriangleCell< TCellInterface >::CellDimension = 2
staticconstexpr

The type of boundary for this triangle's vertices.

Definition at line 65 of file itkQuadraticTriangleCell.h.

◆ m_PointIds

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

Store the number of points needed for a triangle.

Definition at line 143 of file itkQuadraticTriangleCell.h.

◆ NumberOfEdges

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticTriangleCell< TCellInterface >::NumberOfEdges = 3
staticconstexpr

The type of boundary for this triangle's vertices.

Definition at line 64 of file itkQuadraticTriangleCell.h.

◆ NumberOfPoints

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticTriangleCell< TCellInterface >::NumberOfPoints = 6
staticconstexpr

Triangle-specific topology numbers.

Definition at line 62 of file itkQuadraticTriangleCell.h.

◆ NumberOfVertices

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticTriangleCell< TCellInterface >::NumberOfVertices = 3
staticconstexpr

The type of boundary for this triangle's vertices.

Definition at line 63 of file itkQuadraticTriangleCell.h.


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