ITK
5.2.0
Insight Toolkit
|
#include <itkQuadraticTriangleCell.h>
using | VertexType = VertexCell< TCellInterface > |
using | VertexAutoPointer = typename VertexType::SelfAutoPointer |
using | EdgeType = QuadraticEdgeCell< TCellInterface > |
using | EdgeAutoPointer = typename EdgeType::SelfAutoPointer |
static constexpr unsigned int | NumberOfPoints = 6 |
static constexpr unsigned int | NumberOfVertices = 3 |
static constexpr unsigned int | NumberOfEdges = 3 |
static constexpr unsigned int | CellDimension = 2 |
PointIdentifier | m_PointIds [NumberOfPoints] |
itkCellCommonTypedefs (QuadraticTriangleCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
virtual const char * | GetNameOfClass () const |
CellGeometryEnum | GetType () const override |
void | MakeCopy (CellAutoPointer &) const override |
unsigned int | GetDimension () const override |
unsigned int | GetNumberOfPoints () const override |
CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
void | SetPointIds (PointIdConstIterator first) override |
void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
void | SetPointId (int localId, PointIdentifier) override |
PointIdIterator | PointIdsBegin () override |
PointIdConstIterator | PointIdsBegin () const override |
PointIdIterator | PointIdsEnd () override |
PointIdConstIterator | PointIdsEnd () const override |
virtual CellFeatureCount | GetNumberOfVertices () const |
virtual CellFeatureCount | GetNumberOfEdges () const |
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
itkCellVisitMacro (CellGeometryEnum::QUADRATIC_TRIANGLE_CELL) | |
void | EvaluateShapeFunctions (const ParametricCoordArrayType ¶metricCoordinates, ShapeFunctionsArrayType &weights) const override |
QuadraticTriangleCell () | |
~QuadraticTriangleCell () override=default | |
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] |
Represents a second order triangular patch 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 38 of file itkQuadraticTriangleCell.h.
using itk::QuadraticTriangleCell< TCellInterface >::EdgeAutoPointer = typename EdgeType::SelfAutoPointer |
The type of boundary for this triangle's vertices.
Definition at line 59 of file itkQuadraticTriangleCell.h.
using itk::QuadraticTriangleCell< TCellInterface >::EdgeType = QuadraticEdgeCell<TCellInterface> |
The type of boundary for this triangle's edges.
Definition at line 58 of file itkQuadraticTriangleCell.h.
using itk::QuadraticTriangleCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
The type of boundary for this triangle's vertices.
Definition at line 55 of file itkQuadraticTriangleCell.h.
using itk::QuadraticTriangleCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this triangle's vertices.
Definition at line 54 of file itkQuadraticTriangleCell.h.
|
inline |
The type of boundary for this triangle's vertices.
Definition at line 131 of file itkQuadraticTriangleCell.h.
References itk::NumericTraits< T >::max().
|
overridedefault |
The type of boundary for this triangle's vertices.
|
override |
Given the parametric coordinates of a point in the cell determine the value of its Shape Functions returned through an itkArray<InterpolationWeightType>).
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
virtual |
The type of boundary for this triangle's vertices.
|
virtual |
Standard part of every itk Object.
|
override |
The type of boundary for this triangle's vertices.
|
virtual |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
virtual |
Triangle-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 69 of file itkQuadraticTriangleCell.h.
References itk::CommonEnums::QUADRATIC_TRIANGLE_CELL.
|
virtual |
The type of boundary for this triangle's vertices.
itk::QuadraticTriangleCell< TCellInterface >::itkCellCommonTypedefs | ( | QuadraticTriangleCell< TCellInterface > | ) |
Standard class type aliases.
itk::QuadraticTriangleCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
The type of boundary for this triangle's vertices.
itk::QuadraticTriangleCell< TCellInterface >::itkCellVisitMacro | ( | CellGeometryEnum::QUADRATIC_TRIANGLE_CELL | ) |
Cell visitor interface.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
override |
The type of boundary for this triangle's vertices.
|
staticconstexpr |
The type of boundary for this triangle's vertices.
Definition at line 65 of file itkQuadraticTriangleCell.h.
|
protected |
Store the number of points needed for a triangle.
Definition at line 143 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
The type of boundary for this triangle's vertices.
Definition at line 64 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
Triangle-specific topology numbers.
Definition at line 62 of file itkQuadraticTriangleCell.h.
|
staticconstexpr |
The type of boundary for this triangle's vertices.
Definition at line 63 of file itkQuadraticTriangleCell.h.