#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.
|
void | operator= (const Self &) ITK_DELETE_FUNCTION |
|
| VertexCell (const Self &) ITK_DELETE_FUNCTION |
|
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
virtual bool itk::VertexCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
overridevirtual |
Evaluate the position of a given point
template<typename TCellInterface >
virtual bool itk::VertexCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
virtual unsigned int itk::VertexCell< TCellInterface >::GetDimension |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
virtual const char* itk::VertexCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Standard part of every itk Object.
template<typename TCellInterface >
virtual CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
overridevirtual |
template<typename TCellInterface >
virtual unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
Vertex-specific interface.
template<typename TCellInterface >
virtual CellGeometry itk::VertexCell< TCellInterface >::GetType |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface |
| ) |
|
template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellVisitMacro |
( |
Superclass::VERTEX_CELL |
| ) |
|
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
virtual PointIdIterator itk::VertexCell< TCellInterface >::PointIdsBegin |
( |
void |
| ) |
|
|
overridevirtual |
template<typename TCellInterface >
virtual PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
virtual PointIdIterator itk::VertexCell< TCellInterface >::PointIdsEnd |
( |
void |
| ) |
|
|
overridevirtual |
template<typename TCellInterface >
virtual PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId |
( |
PointIdentifier |
| ) |
|
|
virtual |
Vertex-specific interface.
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first | ) |
|
|
overridevirtual |
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
The documentation for this class was generated from the following file: