#include <itkVertexCell.h>
template<typename TCellInterface>
class itk::VertexCell< TCellInterface >
Represents a single vertex 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/DataRepresentation/Mesh/MeshPolyLine.cxx.
Definition at line 39 of file itkVertexCell.h.
◆ VertexCell()
template<typename TCellInterface >
◆ ~VertexCell()
template<typename TCellInterface >
Vertex-specific topology numbers.
◆ EvaluatePosition()
template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
override |
Evaluate the position of a given point
◆ GetBoundaryFeature()
template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
Vertex-specific topology numbers.
◆ GetDimension()
template<typename TCellInterface >
Vertex-specific topology numbers.
◆ GetNameOfClass()
template<typename TCellInterface >
virtual const char* itk::VertexCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Standard part of every itk Object.
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface >
CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
Vertex-specific topology numbers.
◆ GetNumberOfPoints()
template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints |
( |
| ) |
const |
|
override |
Vertex-specific topology numbers.
◆ GetPointId()
template<typename TCellInterface >
Vertex-specific topology numbers.
◆ GetType()
template<typename TCellInterface >
◆ itkCellCommonTypedefs()
template<typename TCellInterface >
Standard class type aliases.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface |
| ) |
|
Vertex-specific topology numbers.
◆ itkCellVisitMacro()
template<typename TCellInterface >
◆ MakeCopy()
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
override |
Vertex-specific topology numbers.
◆ PointIdsBegin() [1/2]
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin |
( |
| ) |
const |
|
override |
Vertex-specific topology numbers.
◆ PointIdsBegin() [2/2]
template<typename TCellInterface >
Vertex-specific topology numbers.
◆ PointIdsEnd() [1/2]
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd |
( |
| ) |
const |
|
override |
Vertex-specific topology numbers.
◆ PointIdsEnd() [2/2]
template<typename TCellInterface >
Vertex-specific topology numbers.
◆ SetPointId() [1/2]
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
override |
Vertex-specific topology numbers.
◆ SetPointId() [2/2]
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId |
( |
PointIdentifier |
| ) |
|
|
virtual |
Vertex-specific interface.
◆ SetPointIds() [1/2]
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first | ) |
|
|
override |
Vertex-specific topology numbers.
◆ SetPointIds() [2/2]
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
Vertex-specific topology numbers.
◆ CellDimension
template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::CellDimension = 0 |
|
staticconstexpr |
◆ m_PointIds
template<typename TCellInterface >
Store the number of points needed for a vertex.
Definition at line 130 of file itkVertexCell.h.
◆ NumberOfPoints
template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::NumberOfPoints = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following file: