ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadraticTriangleCell.h>
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.
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 (Superclass::QUADRATIC_TRIANGLE_CELL) | |
PointIdIterator | PointIdsBegin () override |
PointIdConstIterator | PointIdsBegin () const override |
PointIdIterator | PointIdsEnd () override |
PointIdConstIterator | PointIdsEnd () const override |
QuadraticTriangleCell () | |
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) | |
CellGeometry | 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 | |
PointIdentifier | m_PointIds [NumberOfPoints] |
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.
|
inline |
Definition at line 111 of file itkQuadraticTriangleCell.h.
|
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 |
|
virtual |
Standard part of every itk Object.
|
override |
|
virtual |
|
override |
|
virtual |
Triangle-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 66 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 | ( | Superclass::QUADRATIC_TRIANGLE_CELL | ) |
Cell visitor interface.
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
static |
Definition at line 63 of file itkQuadraticTriangleCell.h.
|
protected |
Store the number of points needed for a triangle.
Definition at line 123 of file itkQuadraticTriangleCell.h.
|
static |
Definition at line 62 of file itkQuadraticTriangleCell.h.
|
static |
Triangle-specific topology numbers.
Definition at line 60 of file itkQuadraticTriangleCell.h.
|
static |
Definition at line 61 of file itkQuadraticTriangleCell.h.