ITK
6.0.0
Insight Toolkit
|
#include <itkQuadraticTriangleCell.h>
Represents a second order triangular patch for a Mesh.
Definition at line 36 of file itkQuadraticTriangleCell.h.
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 &) |
const char * | GetNameOfClass () const override |
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 |
|
override |
|
virtual |
|
override |
|
override |
|
virtual |
|
override |
|
virtual |
Triangle-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 67 of file itkQuadraticTriangleCell.h.
References itk::CommonEnums::QUADRATIC_TRIANGLE_CELL.
|
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.