#include <itkTetrahedronCell.h>
template<typename TCellInterface>
class itk::TetrahedronCell< TCellInterface >
TetrahedronCell represents a tetrahedron 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:
- Examples/DataRepresentation/Mesh/MeshCellsIteration.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor2.cxx, Examples/DataRepresentation/Mesh/MeshKComplex.cxx, and Examples/SpatialObjects/MeshSpatialObject.cxx.
Definition at line 37 of file itkTetrahedronCell.h.
|
| virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override |
| |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
| |
| virtual unsigned int | GetDimension (void) const override |
| |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| |
| virtual bool | GetFace (CellFeatureIdentifier, FaceAutoPointer &) |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| |
| virtual CellFeatureCount | GetNumberOfEdges () const |
| |
| virtual CellFeatureCount | GetNumberOfFaces () const |
| |
| virtual unsigned int | GetNumberOfPoints (void) const override |
| |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| |
| | itkCellVisitMacro (Superclass::TETRAHEDRON_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 |
| |
| | TetrahedronCell () |
| |
| | ~TetrahedronCell () |
| |
|
| | itkCellCommonTypedefs (TetrahedronCell) |
| |
| | itkCellInheritedTypedefs (TCellInterface) |
| |
|
| virtual CellGeometry | GetType (void) const override |
| |
| virtual void | MakeCopy (CellAutoPointer &) const override |
| |
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 bool itk::TetrahedronCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
| virtual bool itk::TetrahedronCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard part of every itk Object.
template<typename TCellInterface >
| virtual CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Tetrahedron-specific interface.
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 >
template<typename TCellInterface >
template<typename TCellInterface >
| virtual void itk::TetrahedronCell< 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: