#include <itkQuadrilateralCell.h>
template<typename TCellInterface>
class itk::QuadrilateralCell< TCellInterface >
Represents a quadrilateral for a Mesh.
- Examples
- SphinxExamples/src/Core/Mesh/ConvertMeshToUnstructeredGrid/Code.cxx.
Definition at line 37 of file itkQuadrilateralCell.h.
|
bool | EvaluatePosition (CoordRepType *x, PointsContainer *points, CoordRepType *closestPoint, CoordRepType[CellDimension], double *dist2, InterpolationWeightType *weight) 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::QUADRILATERAL_CELL) |
|
PointIdConstIterator | PointIdsBegin () const override |
|
PointIdIterator | PointIdsBegin () override |
|
PointIdConstIterator | PointIdsEnd () const override |
|
PointIdIterator | PointIdsEnd () override |
|
void | SetPointId (int localId, PointIdentifier) override |
|
void | SetPointIds (PointIdConstIterator first) override |
|
void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
|
|
| itkCellCommonTypedefs (QuadrilateralCell) |
|
| itkCellInheritedTypedefs (TCellInterface) |
|
|
CellGeometryEnum | GetType () const override |
|
void | MakeCopy (CellAutoPointer &) const override |
|
|
| QuadrilateralCell ()=default |
|
| ~QuadrilateralCell () override=default |
|
◆ EdgeAutoPointer
template<typename TCellInterface >
◆ EdgeType
template<typename TCellInterface >
◆ VertexAutoPointer
template<typename TCellInterface >
◆ VertexType
template<typename TCellInterface >
◆ QuadrilateralCell()
template<typename TCellInterface >
Constructor and destructor
◆ ~QuadrilateralCell()
template<typename TCellInterface >
Constructor and destructor
◆ EvaluateLocation()
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::EvaluateLocation |
( |
int & |
, |
|
|
const PointsContainer * |
points, |
|
|
const CoordRepType |
pointCoords[PointDimension], |
|
|
CoordRepType |
x[PointDimension], |
|
|
InterpolationWeightType * |
weights |
|
) |
| |
|
protected |
◆ EvaluatePosition()
template<typename TCellInterface >
bool itk::QuadrilateralCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
x, |
|
|
PointsContainer * |
points, |
|
|
CoordRepType * |
closestPoint, |
|
|
CoordRepType |
[CellDimension], |
|
|
double * |
dist2, |
|
|
InterpolationWeightType * |
weight |
|
) |
| |
|
override |
Evaluate the position inside the cell
◆ GetBoundaryFeature()
template<typename TCellInterface >
bool itk::QuadrilateralCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
◆ GetDimension()
template<typename TCellInterface >
◆ GetEdge()
template<typename TCellInterface >
◆ GetNameOfClass()
template<typename TCellInterface >
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface >
◆ GetNumberOfEdges()
template<typename TCellInterface >
◆ GetNumberOfPoints()
template<typename TCellInterface >
◆ GetNumberOfVertices()
template<typename TCellInterface >
Quadrilateral-specific interface.
◆ GetType()
template<typename TCellInterface >
◆ GetVertex()
template<typename TCellInterface >
◆ InterpolationDerivs()
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::InterpolationDerivs |
( |
const CoordRepType |
pointCoords[CellDimension], |
|
|
CoordRepType |
derivs[NumberOfDerivatives] |
|
) |
| |
|
protected |
◆ InterpolationFunctions()
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::InterpolationFunctions |
( |
const CoordRepType |
pointCoords[CellDimension], |
|
|
InterpolationWeightType |
weights[NumberOfPoints] |
|
) |
| |
|
protected |
◆ itkCellCommonTypedefs()
template<typename TCellInterface >
Standard class type aliases.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface >
Standard class type aliases.
◆ itkCellVisitMacro()
template<typename TCellInterface >
◆ MakeCopy()
template<typename TCellInterface >
◆ PointIdsBegin() [1/2]
template<typename TCellInterface >
◆ PointIdsBegin() [2/2]
template<typename TCellInterface >
◆ PointIdsEnd() [1/2]
template<typename TCellInterface >
◆ PointIdsEnd() [2/2]
template<typename TCellInterface >
◆ SetPointId()
template<typename TCellInterface >
◆ SetPointIds() [1/2]
template<typename TCellInterface >
◆ SetPointIds() [2/2]
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
◆ CellDimension
template<typename TCellInterface >
◆ m_PointIds
template<typename TCellInterface >
Initial value:{ MakeFilled<std::array<PointIdentifier, NumberOfPoints>>(
Store the number of points needed for a quadrilateral.
Definition at line 139 of file itkQuadrilateralCell.h.
◆ NumberOfDerivatives
template<typename TCellInterface >
◆ NumberOfEdges
template<typename TCellInterface >
◆ NumberOfPoints
template<typename TCellInterface >
◆ NumberOfVertices
template<typename TCellInterface >
The documentation for this class was generated from the following file: