ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadraticEdgeCell.h>
Represents a second order line segment for a Mesh.
TPixelType | The type associated with a point, cell, or boundary for use in storing its data. |
TCellTraits | Type 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 ¶metricCoordinates, 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] |
using itk::QuadraticEdgeCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
Definition at line 52 of file itkQuadraticEdgeCell.h.
using itk::QuadraticEdgeCell< TCellInterface >::VertexType = VertexCell< TCellInterface > |
The type of boundary for this lines's vertices.
Definition at line 51 of file itkQuadraticEdgeCell.h.
|
inline |
Definition at line 94 of file itkQuadraticEdgeCell.h.
|
overridedefault |
|
override |
Given the parametric coordinates of a point in the cell returned the values of its ShapeFunctions
|
override |
|
override |
|
virtual |
Standard part of every itk Object.
|
override |
|
override |
|
virtual |
QuadraticEdge-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 60 of file itkQuadraticEdgeCell.h.
|
virtual |
itk::QuadraticEdgeCell< TCellInterface >::itkCellCommonTypedefs | ( | QuadraticEdgeCell< TCellInterface > | ) |
Standard class type aliases.
itk::QuadraticEdgeCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class type aliases.
itk::QuadraticEdgeCell< TCellInterface >::itkCellVisitMacro | ( | Superclass::QUADRATIC_EDGE_CELL | ) |
Visitor interface
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
static |
Definition at line 57 of file itkQuadraticEdgeCell.h.
|
protected |
Store number of points needed for a line segment.
Definition at line 112 of file itkQuadraticEdgeCell.h.
|
static |
QuadraticEdge-specific topology numbers.
Definition at line 55 of file itkQuadraticEdgeCell.h.
|
static |
Definition at line 56 of file itkQuadraticEdgeCell.h.