ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | 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 >:

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.

Public Types

using VertexAutoPointer = typename VertexType::SelfAutoPointer
 
using VertexType = VertexCell< TCellInterface >
 

Public Member Functions

void EvaluateShapeFunctions (const ParametricCoordArrayType &parametricCoordinates, ShapeFunctionsArrayType &weights) const override
 
bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override
 
unsigned int GetDimension () const override
 
virtual const char * GetNameOfClass () const
 
CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
unsigned int GetNumberOfPoints () const override
 
virtual CellFeatureCount GetNumberOfVertices () const
 
virtual bool GetVertex (CellFeatureIdentifier, VertexAutoPointer &)
 
 itkCellVisitMacro (Superclass::QUADRATIC_EDGE_CELL)
 
PointIdIterator PointIdsBegin () override
 
PointIdConstIterator PointIdsBegin () const override
 
PointIdIterator PointIdsEnd () override
 
PointIdConstIterator PointIdsEnd () const override
 
 QuadraticEdgeCell ()
 
void SetPointId (int localId, PointIdentifier) override
 
void SetPointIds (PointIdConstIterator first) override
 
void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
 ~QuadraticEdgeCell () override=default
 
 itkCellCommonTypedefs (QuadraticEdgeCell)
 
 itkCellInheritedTypedefs (TCellInterface)
 
CellGeometry GetType () const override
 
void MakeCopy (CellAutoPointer &) const override
 

Static Public Attributes

static constexpr unsigned int CellDimension = 1
 
static constexpr unsigned int NumberOfPoints = 3
 
static constexpr unsigned int NumberOfVertices = 2
 

Protected Attributes

PointIdentifier m_PointIds [NumberOfPoints]
 

Member Typedef Documentation

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

Definition at line 52 of file itkQuadraticEdgeCell.h.

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

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

Definition at line 94 of file itkQuadraticEdgeCell.h.

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

Member Function Documentation

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

template<typename TCellInterface >
bool itk::QuadraticEdgeCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer &   
)
override
template<typename TCellInterface >
unsigned int itk::QuadraticEdgeCell< TCellInterface >::GetDimension ( ) const
override
template<typename TCellInterface >
virtual const char* itk::QuadraticEdgeCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

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

QuadraticEdge-specific interface.

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

Implement the standard CellInterface.

Definition at line 60 of file itkQuadraticEdgeCell.h.

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

Standard class type aliases.

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

Standard class type aliases.

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

Visitor interface

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

Implement the standard CellInterface.

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

Member Data Documentation

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

Definition at line 57 of file itkQuadraticEdgeCell.h.

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

Store number of points needed for a line segment.

Definition at line 112 of file itkQuadraticEdgeCell.h.

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

QuadraticEdge-specific topology numbers.

Definition at line 55 of file itkQuadraticEdgeCell.h.

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

Definition at line 56 of file itkQuadraticEdgeCell.h.


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