#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.
|
| bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override |
| |
| bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
| |
| unsigned int | GetDimension () const override |
| |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| |
| virtual bool | GetFace (CellFeatureIdentifier, FaceAutoPointer &) |
| |
| virtual const char * | GetNameOfClass () const |
| |
| CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| |
| virtual CellFeatureCount | GetNumberOfEdges () const |
| |
| virtual CellFeatureCount | GetNumberOfFaces () const |
| |
| unsigned int | GetNumberOfPoints () const override |
| |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| |
| | itkCellVisitMacro (Superclass::TETRAHEDRON_CELL) |
| |
| PointIdIterator | PointIdsBegin () override |
| |
| PointIdConstIterator | PointIdsBegin () const override |
| |
| PointIdIterator | PointIdsEnd () override |
| |
| PointIdConstIterator | PointIdsEnd () const override |
| |
| void | SetPointId (int localId, PointIdentifier) override |
| |
| void | SetPointIds (PointIdConstIterator first) override |
| |
| void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
| |
| | TetrahedronCell () |
| |
| | ~TetrahedronCell () override=default |
| |
|
| | itkCellCommonTypedefs (TetrahedronCell) |
| |
| | itkCellInheritedTypedefs (TCellInterface) |
| |
|
| CellGeometry | GetType () const override |
| |
| 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 >
| bool itk::TetrahedronCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
override |
template<typename TCellInterface >
| bool itk::TetrahedronCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard part of every itk Object.
template<typename TCellInterface >
| CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Tetrahedron-specific interface.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard class type aliasa.
template<typename TCellInterface >
Standard class type aliasa.
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 >
| void itk::TetrahedronCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
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: