#include <itkVertexCell.h>
◆ VertexCell()
template<typename TCellInterface>
◆ ~VertexCell()
template<typename TCellInterface>
◆ EvaluatePosition()
template<typename TCellInterface>
bool itk::VertexCell< TCellInterface >::EvaluatePosition |
( |
CoordinateType * | , |
|
|
PointsContainer * | , |
|
|
CoordinateType * | , |
|
|
CoordinateType | [], |
|
|
double * | , |
|
|
InterpolationWeightType * | ) |
|
override |
Evaluate the position of a given point
◆ GetBoundaryFeature()
template<typename TCellInterface>
bool itk::VertexCell< TCellInterface >::GetBoundaryFeature |
( |
int | dimension, |
|
|
CellFeatureIdentifier | , |
|
|
CellAutoPointer & | ) |
|
override |
A vertex has no boundary entities. Just return null.
◆ GetDimension()
template<typename TCellInterface>
Get the topological dimension of this cell.
◆ GetNameOfClass()
template<typename TCellInterface>
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface>
CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int | dimension | ) |
const |
|
override |
A vertex has no boundary entities of any dimension.
◆ GetNumberOfPoints()
template<typename TCellInterface>
unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints |
( |
| ) |
const |
|
override |
Get the number of points required to define the cell.
◆ GetPointId()
template<typename TCellInterface>
Get the identifier of the point defining the vertex.
◆ GetType()
template<typename TCellInterface>
◆ itkCellCommonTypedefs()
template<typename TCellInterface>
Standard class type aliases.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface>
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface | | ) |
|
Standard class type aliases.
◆ itkCellVisitMacro()
template<typename TCellInterface>
itk::VertexCell< TCellInterface >::itkCellVisitMacro |
( |
CellGeometryEnum::VERTEX_CELL | | ) |
|
◆ MakeCopy()
template<typename TCellInterface>
void itk::VertexCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & | | ) |
const |
|
override |
◆ PointIdsBegin() [1/2]
template<typename TCellInterface>
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin |
( |
| ) |
const |
|
override |
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>
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd |
( |
| ) |
const |
|
override |
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() [1/2]
template<typename TCellInterface>
void itk::VertexCell< TCellInterface >::SetPointId |
( |
int | localId, |
|
|
PointIdentifier | ) |
|
override |
Set an individual point identifier in the cell.
◆ SetPointId() [2/2]
template<typename TCellInterface>
virtual void itk::VertexCell< TCellInterface >::SetPointId |
( |
PointIdentifier | | ) |
|
|
virtual |
Set the identifier of the point defining the vertex.
◆ SetPointIds() [1/2]
template<typename TCellInterface>
void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator | first | ) |
|
|
override |
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::VertexCell< 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:
static constexpr T max(const T &)
constexpr TContainer MakeFilled(typename TContainer::const_reference value)
Store the number of points needed for a vertex.
Definition at line 145 of file itkVertexCell.h.
◆ NumberOfPoints
template<typename TCellInterface>
The documentation for this class was generated from the following file: