#include <itkQuadraticTriangleCell.h>
Represents a second order triangular patch for a Mesh.
Definition at line 36 of file itkQuadraticTriangleCell.h.
Inheritance diagram for itk::QuadraticTriangleCell< TCellInterface >:
Collaboration diagram for itk::QuadraticTriangleCell< TCellInterface >:Public Types | |
| using | EdgeAutoPointer = typename EdgeType::SelfAutoPointer |
| using | EdgeType = QuadraticEdgeCell<TCellInterface> |
| 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 bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| virtual const char * | GetNameOfClass () const |
| CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| virtual CellFeatureCount | GetNumberOfEdges () const |
| unsigned int | GetNumberOfPoints () const override |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| itkCellVisitMacro (CellGeometryEnum::QUADRATIC_TRIANGLE_CELL) | |
| PointIdConstIterator | PointIdsBegin () const override |
| PointIdIterator | PointIdsBegin () override |
| PointIdConstIterator | PointIdsEnd () const override |
| PointIdIterator | PointIdsEnd () override |
| QuadraticTriangleCell ()=default | |
| void | SetPointId (int localId, PointIdentifier) override |
| void | SetPointIds (PointIdConstIterator first) override |
| void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
| ~QuadraticTriangleCell () override=default | |
| itkCellCommonTypedefs (QuadraticTriangleCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| CellGeometryEnum | GetType () const override |
| void | MakeCopy (CellAutoPointer &) const override |
Static Public Attributes | |
| static constexpr unsigned int | CellDimension = 2 |
| static constexpr unsigned int | NumberOfEdges = 3 |
| static constexpr unsigned int | NumberOfPoints = 6 |
| static constexpr unsigned int | NumberOfVertices = 3 |
Protected Attributes | |
| std::array< PointIdentifier, NumberOfPoints > | m_PointIds |
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] |
| using itk::QuadraticTriangleCell< TCellInterface >::EdgeAutoPointer = typename EdgeType::SelfAutoPointer |
Definition at line 57 of file itkQuadraticTriangleCell.h.
| using itk::QuadraticTriangleCell< TCellInterface >::EdgeType = QuadraticEdgeCell<TCellInterface> |
The type of boundary for this triangle's edges.
Definition at line 56 of file itkQuadraticTriangleCell.h.
| using itk::QuadraticTriangleCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
Definition at line 53 of file itkQuadraticTriangleCell.h.
| using itk::QuadraticTriangleCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this triangle's vertices.
Definition at line 52 of file itkQuadraticTriangleCell.h.
|
default |
|
overridedefault |
|
override |
Given the parametric coordinates of a point in the cell determine the value of its Shape Functions returned through an itkArray<InterpolationWeightType>).
|
override |
|
nodiscardoverride |
|
virtual |
|
virtual |
|
override |
|
virtual |
|
nodiscardoverride |
|
virtual |
Triangle-specific interface.
|
inlinenodiscardoverride |
Implement the standard CellInterface.
Definition at line 68 of file itkQuadraticTriangleCell.h.
|
virtual |
| itk::QuadraticTriangleCell< TCellInterface >::itkCellCommonTypedefs | ( | QuadraticTriangleCell< TCellInterface > | ) |
Standard class type aliases.
| itk::QuadraticTriangleCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class type aliases.
| itk::QuadraticTriangleCell< TCellInterface >::itkCellVisitMacro | ( | CellGeometryEnum::QUADRATIC_TRIANGLE_CELL | ) |
Cell visitor interface.
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
staticconstexpr |
Definition at line 63 of file itkQuadraticTriangleCell.h.
|
protected |
Store the number of points needed for a triangle.
Definition at line 135 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
Definition at line 62 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
Triangle-specific topology numbers.
Definition at line 60 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
Definition at line 61 of file itkQuadraticTriangleCell.h.