#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.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
override |
Evaluate the position of a given point
template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
virtual const char* itk::VertexCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Standard part of every itk Object.
template<typename TCellInterface >
CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints |
( |
| ) |
const |
|
override |
template<typename TCellInterface >
Vertex-specific interface.
template<typename TCellInterface >
template<typename TCellInterface >
Standard class type aliases.
template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface |
| ) |
|
Standard class type aliases.
template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellVisitMacro |
( |
Superclass::VERTEX_CELL |
| ) |
|
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin |
( |
| ) |
const |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd |
( |
| ) |
const |
|
override |
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
override |
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId |
( |
PointIdentifier |
| ) |
|
|
virtual |
Vertex-specific interface.
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first | ) |
|
|
override |
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::CellDimension = 0 |
|
static |
template<typename TCellInterface >
Store the number of points needed for a vertex.
Definition at line 115 of file itkVertexCell.h.
template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::NumberOfPoints = 1 |
|
static |
The documentation for this class was generated from the following file: