#include <itkQuadrilateralCell.h>
template<typename TCellInterface>
class itk::QuadrilateralCell< TCellInterface >
Represents a quadrilateral for a Mesh.
- Template Parameters
-
TPixelType | The type associated with a point, cell, or boundary for use in storing its data. |
TCellTraits | Type information of mesh containing cell. |
- Examples:
- WikiExamples/Meshes/ConvertToVTK.cxx.
Definition at line 39 of file itkQuadrilateralCell.h.
|
virtual bool | EvaluatePosition (CoordRepType *position, PointsContainer *points, CoordRepType *closestPoint, CoordRepType[CellDimension], double *dist2, InterpolationWeightType *weight) override |
|
virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
|
virtual unsigned int | GetDimension (void) const override |
|
virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
|
virtual const char * | GetNameOfClass () const |
|
virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
|
virtual CellFeatureCount | GetNumberOfEdges () const |
|
virtual unsigned int | GetNumberOfPoints (void) const override |
|
virtual CellFeatureCount | GetNumberOfVertices () const |
|
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
|
| itkCellVisitMacro (Superclass::QUADRILATERAL_CELL) |
|
virtual PointIdIterator | PointIdsBegin (void) override |
|
virtual PointIdConstIterator | PointIdsBegin (void) const override |
|
virtual PointIdIterator | PointIdsEnd (void) override |
|
virtual PointIdConstIterator | PointIdsEnd (void) const override |
|
virtual void | SetPointId (int localId, PointIdentifier) override |
|
virtual void | SetPointIds (PointIdConstIterator first) override |
|
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
|
| ~QuadrilateralCell () override |
|
|
| itkCellCommonTypedefs (QuadrilateralCell) |
|
| itkCellInheritedTypedefs (TCellInterface) |
|
|
virtual CellGeometry | GetType (void) const override |
|
virtual void | MakeCopy (CellAutoPointer &) const override |
|
|
| QuadrilateralCell () |
|
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::EvaluateLocation |
( |
int & |
, |
|
|
const PointsContainer * |
points, |
|
|
const CoordRepType |
pointCoords[PointDimension], |
|
|
CoordRepType |
x[PointDimension], |
|
|
InterpolationWeightType * |
weights |
|
) |
| |
|
protected |
template<typename TCellInterface >
virtual bool itk::QuadrilateralCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
position, |
|
|
PointsContainer * |
points, |
|
|
CoordRepType * |
closestPoint, |
|
|
CoordRepType |
[CellDimension], |
|
|
double * |
dist2, |
|
|
InterpolationWeightType * |
weight |
|
) |
| |
|
overridevirtual |
Evaluate the position inside the cell
template<typename TCellInterface >
virtual bool itk::QuadrilateralCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard part of every itk Object.
template<typename TCellInterface >
virtual CellFeatureCount itk::QuadrilateralCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Quadrilateral-specific interface.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::InterpolationDerivs |
( |
const CoordRepType |
pointCoords[CellDimension], |
|
|
CoordRepType |
derivs[NumberOfDerivatives] |
|
) |
| |
|
protected |
template<typename TCellInterface >
void itk::QuadrilateralCell< TCellInterface >::InterpolationFunctions |
( |
const CoordRepType |
pointCoords[CellDimension], |
|
|
InterpolationWeightType |
weights[NumberOfPoints] |
|
) |
| |
|
protected |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
virtual void itk::QuadrilateralCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
The documentation for this class was generated from the following file: