#include <itkTetrahedronCell.h>
template<typename TCellInterface>
class itk::TetrahedronCell< TCellInterface >
TetrahedronCell represents a tetrahedron for a Mesh.
Definition at line 36 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 &) |
|
const char * | GetNameOfClass () const override |
|
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 |
|
◆ EdgeAutoPointer
template<typename TCellInterface >
◆ EdgeType
template<typename TCellInterface >
◆ FaceAutoPointer
template<typename TCellInterface >
◆ FaceType
template<typename TCellInterface >
◆ VertexAutoPointer
template<typename TCellInterface >
using itk::TetrahedronCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
◆ 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 |
Get the boundary feature of the given dimension specified by the given cell feature Id. The Id can range from 0 to GetNumberOfBoundaryFeatures(dimension)-1.
◆ GetDimension()
template<typename TCellInterface >
Get the topological dimension of this cell.
◆ GetEdge()
template<typename TCellInterface >
Get the edge specified by the given cell feature Id. The Id can range from 0 to GetNumberOfEdges()-1.
◆ GetFace()
template<typename TCellInterface >
Get the face specified by the given cell feature Id. The Id can range from 0 to GetNumberOfFaces()-1.
◆ GetNameOfClass()
template<typename TCellInterface >
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface >
CellFeatureCount itk::TetrahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
Get the number of boundary features of the given dimension.
◆ GetNumberOfEdges()
template<typename TCellInterface >
Get the number of edges defined for the tetrahedron.
◆ GetNumberOfFaces()
template<typename TCellInterface >
Get the number of faces defined for the tetrahedron.
◆ GetNumberOfPoints()
template<typename TCellInterface >
Get the number of points required to define the cell.
◆ GetNumberOfVertices()
template<typename TCellInterface >
Get the number of vertices defining the tetrahedron.
◆ GetType()
template<typename TCellInterface >
◆ GetVertex()
template<typename TCellInterface >
Get the vertex specified by the given cell feature Id. The Id can range from 0 to GetNumberOfVertices()-1.
◆ itkCellCommonTypedefs()
template<typename TCellInterface >
Standard class type alias.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface >
Standard class type alias.
◆ itkCellVisitMacro()
template<typename TCellInterface >
◆ MakeCopy()
template<typename TCellInterface >
◆ PointIdsBegin() [1/2]
template<typename TCellInterface >
Get a const begin iterator to the list of point identifiers used by the cell.
◆ PointIdsBegin() [2/2]
template<typename TCellInterface >
Get a begin iterator to the list of point identifiers used by the cell.
◆ PointIdsEnd() [1/2]
template<typename TCellInterface >
Get a const end iterator to the list of point identifiers used by the cell.
◆ PointIdsEnd() [2/2]
template<typename TCellInterface >
Get an end iterator to the list of point identifiers used by the cell.
◆ SetPointId()
template<typename TCellInterface >
Set an individual point identifier in the cell.
◆ SetPointIds() [1/2]
template<typename TCellInterface >
Set the point id list used by the cell. It is assumed that the given iterator can be incremented and safely de-referenced enough times to get all the point ids needed by the cell.
◆ SetPointIds() [2/2]
template<typename TCellInterface >
void itk::TetrahedronCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
Set the point id list used by the cell. It is assumed that the range of iterators [first, last) contains the correct number of points needed to define the cell. The position *last is NOT referenced, so it can safely be one beyond the end of an array or other container.
◆ CellDimension
template<typename TCellInterface >
◆ m_PointIds
template<typename TCellInterface >
Initial value:{ MakeFilled<std::array<PointIdentifier, NumberOfPoints>>(
static constexpr T max(const T &)
Store the number of points needed for a tetrahedron.
Definition at line 183 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: