#include <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 (CellGeometryEnum::TETRAHEDRON_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 |
|
| TetrahedronCell ()=default |
|
| ~TetrahedronCell () override=default |
|
|
| itkCellCommonTypedefs (TetrahedronCell) |
|
| itkCellInheritedTypedefs (TCellInterface) |
|
|
CellGeometryEnum | GetType () const override |
|
void | MakeCopy (CellAutoPointer &) const override |
|
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 40 of file itkTetrahedronCell.h.
◆ EdgeAutoPointer
template<typename TCellInterface >
◆ EdgeType
template<typename TCellInterface >
◆ FaceAutoPointer
template<typename TCellInterface >
◆ FaceType
template<typename TCellInterface >
◆ VertexAutoPointer
template<typename TCellInterface >
◆ VertexType
template<typename TCellInterface >
◆ TetrahedronCell()
template<typename TCellInterface >
◆ ~TetrahedronCell()
template<typename TCellInterface >
◆ EvaluatePosition()
template<typename TCellInterface >
bool itk::TetrahedronCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
override |
◆ GetBoundaryFeature()
template<typename TCellInterface >
bool itk::TetrahedronCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
◆ GetDimension()
template<typename TCellInterface >
◆ GetEdge()
template<typename TCellInterface >
◆ GetFace()
template<typename TCellInterface >
◆ GetNameOfClass()
template<typename TCellInterface >
Standard part of every itk Object.
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface >
CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
◆ GetNumberOfEdges()
template<typename TCellInterface >
◆ GetNumberOfFaces()
template<typename TCellInterface >
◆ GetNumberOfPoints()
template<typename TCellInterface >
◆ GetNumberOfVertices()
template<typename TCellInterface >
Tetrahedron-specific interface.
◆ GetType()
template<typename TCellInterface >
◆ GetVertex()
template<typename TCellInterface >
◆ itkCellCommonTypedefs()
template<typename TCellInterface >
Standard class type aliasa.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface >
Standard class type aliasa.
◆ 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::TetrahedronCell< 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 tetrahedron.
Definition at line 150 of file itkTetrahedronCell.h.
◆ NumberOfEdges
template<typename TCellInterface >
◆ NumberOfFaces
template<typename TCellInterface >
◆ NumberOfPoints
template<typename TCellInterface >
◆ NumberOfVertices
template<typename TCellInterface >
The documentation for this class was generated from the following file: