![]() |
ITK
5.4.0
Insight 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 40 of file itkQuadraticEdgeCell.h.
Inheritance diagram for itk::QuadraticEdgeCell< TCellInterface >:
Collaboration diagram for itk::QuadraticEdgeCell< TCellInterface >: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 |
| const char * | GetNameOfClass () const override |
| CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| unsigned int | GetNumberOfPoints () const override |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| itkCellVisitMacro (CellGeometryEnum::QUADRATIC_EDGE_CELL) | |
| PointIdConstIterator | PointIdsBegin () const override |
| PointIdIterator | PointIdsBegin () override |
| PointIdConstIterator | PointIdsEnd () const override |
| PointIdIterator | PointIdsEnd () override |
| QuadraticEdgeCell ()=default | |
| 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) | |
| CellGeometryEnum | 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 | |
| std::array< PointIdentifier, NumberOfPoints > | m_PointIds |
| using itk::QuadraticEdgeCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
Definition at line 55 of file itkQuadraticEdgeCell.h.
| using itk::QuadraticEdgeCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this lines's vertices.
Definition at line 54 of file itkQuadraticEdgeCell.h.
|
default |
|
overridedefault |
|
override |
Given the parametric coordinates of a point in the cell returned the values of its ShapeFunctions
|
override |
|
override |
|
override |
|
override |
|
override |
|
virtual |
QuadraticEdge-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 64 of file itkQuadraticEdgeCell.h.
References itk::CommonEnums::QUADRATIC_EDGE_CELL.
|
virtual |
| itk::QuadraticEdgeCell< TCellInterface >::itkCellCommonTypedefs | ( | QuadraticEdgeCell< TCellInterface > | ) |
Standard class type aliases.
| itk::QuadraticEdgeCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class type aliases.
| itk::QuadraticEdgeCell< TCellInterface >::itkCellVisitMacro | ( | CellGeometryEnum::QUADRATIC_EDGE_CELL | ) |
Visitor interface
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
staticconstexpr |
Definition at line 60 of file itkQuadraticEdgeCell.h.
|
protected |
Store number of points needed for a line segment.
Definition at line 125 of file itkQuadraticEdgeCell.h.
|
staticconstexpr |
QuadraticEdge-specific topology numbers.
Definition at line 58 of file itkQuadraticEdgeCell.h.
|
staticconstexpr |
Definition at line 59 of file itkQuadraticEdgeCell.h.
1.9.3