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

#include <itkQuadraticEdgeCell.h>

+ Inheritance diagram for itk::QuadraticEdgeCell< TCellInterface >:
+ Collaboration diagram for itk::QuadraticEdgeCell< TCellInterface >:
using VertexType = VertexCell< TCellInterface >
 
using VertexAutoPointer = typename VertexType::SelfAutoPointer
 
static constexpr unsigned int NumberOfPoints = 3
 
static constexpr unsigned int NumberOfVertices = 2
 
static constexpr unsigned int CellDimension = 1
 
PointIdentifier m_PointIds [NumberOfPoints]
 
 itkCellCommonTypedefs (QuadraticEdgeCell)
 
 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 bool GetVertex (CellFeatureIdentifier, VertexAutoPointer &)
 
 itkCellVisitMacro (CellGeometryEnum::QUADRATIC_EDGE_CELL)
 
 QuadraticEdgeCell ()
 
 ~QuadraticEdgeCell () override=default
 
void EvaluateShapeFunctions (const ParametricCoordArrayType &parametricCoordinates, ShapeFunctionsArrayType &weights) const override
 

Detailed Description

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

Represents a second order line segment 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 37 of file itkQuadraticEdgeCell.h.

Member Typedef Documentation

◆ VertexAutoPointer

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

The type of boundary for this lines's vertices.

Definition at line 52 of file itkQuadraticEdgeCell.h.

◆ VertexType

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

The type of boundary for this lines's vertices.

Definition at line 51 of file itkQuadraticEdgeCell.h.

Constructor & Destructor Documentation

◆ QuadraticEdgeCell()

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

The type of boundary for this lines's vertices.

Definition at line 110 of file itkQuadraticEdgeCell.h.

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

◆ ~QuadraticEdgeCell()

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

The type of boundary for this lines's vertices.

Member Function Documentation

◆ EvaluateShapeFunctions()

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

Given the parametric coordinates of a point in the cell returned the values of its ShapeFunctions

◆ GetBoundaryFeature()

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

The type of boundary for this lines's vertices.

◆ GetDimension()

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

The type of boundary for this lines's vertices.

◆ GetNameOfClass()

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

Standard part of every itk Object.

◆ GetNumberOfBoundaryFeatures()

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

The type of boundary for this lines's vertices.

◆ GetNumberOfPoints()

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

The type of boundary for this lines's vertices.

◆ GetNumberOfVertices()

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

QuadraticEdge-specific interface.

◆ GetType()

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

Implement the standard CellInterface.

Definition at line 61 of file itkQuadraticEdgeCell.h.

References itk::CommonEnums::QUADRATIC_EDGE_CELL.

◆ GetVertex()

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

The type of boundary for this lines's vertices.

◆ itkCellCommonTypedefs()

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

Standard class type aliases.

◆ itkCellInheritedTypedefs()

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

The type of boundary for this lines's vertices.

◆ itkCellVisitMacro()

template<typename TCellInterface >
itk::QuadraticEdgeCell< TCellInterface >::itkCellVisitMacro ( CellGeometryEnum::QUADRATIC_EDGE_CELL  )

Visitor interface

◆ MakeCopy()

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

The type of boundary for this lines's vertices.

◆ PointIdsBegin() [1/2]

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

The type of boundary for this lines's vertices.

◆ PointIdsBegin() [2/2]

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

The type of boundary for this lines's vertices.

◆ PointIdsEnd() [1/2]

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

The type of boundary for this lines's vertices.

◆ PointIdsEnd() [2/2]

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

The type of boundary for this lines's vertices.

◆ SetPointId()

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

The type of boundary for this lines's vertices.

◆ SetPointIds() [1/2]

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

The type of boundary for this lines's vertices.

◆ SetPointIds() [2/2]

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

The type of boundary for this lines's vertices.

Member Data Documentation

◆ CellDimension

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticEdgeCell< TCellInterface >::CellDimension = 1
staticconstexpr

The type of boundary for this lines's vertices.

Definition at line 57 of file itkQuadraticEdgeCell.h.

◆ m_PointIds

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

Store number of points needed for a line segment.

Definition at line 128 of file itkQuadraticEdgeCell.h.

◆ NumberOfPoints

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticEdgeCell< TCellInterface >::NumberOfPoints = 3
staticconstexpr

QuadraticEdge-specific topology numbers.

Definition at line 55 of file itkQuadraticEdgeCell.h.

◆ NumberOfVertices

template<typename TCellInterface >
constexpr unsigned int itk::QuadraticEdgeCell< TCellInterface >::NumberOfVertices = 2
staticconstexpr

The type of boundary for this lines's vertices.

Definition at line 56 of file itkQuadraticEdgeCell.h.


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