#include <itkVertexCell.h>
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkCellVisitMacro (Superclass::VERTEX_CELL) | |
itkCellCommonTypedefs (VertexCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
itkStaticConstMacro (NumberOfPoints, unsigned int, 1) | |
itkStaticConstMacro (CellDimension, unsigned int, 0) | |
virtual CellGeometry | GetType (void) const |
virtual void | MakeCopy (CellAutoPointer &) const |
virtual unsigned int | GetDimension (void) const |
virtual unsigned int | GetNumberOfPoints (void) const |
virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
virtual void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
virtual void | SetPointId (int localId, PointIdentifier) |
virtual PointIdIterator | PointIdsBegin (void) |
virtual PointIdConstIterator | PointIdsBegin (void) const |
virtual PointIdIterator | PointIdsEnd (void) |
virtual PointIdConstIterator | PointIdsEnd (void) const |
virtual void | SetPointId (PointIdentifier) |
virtual PointIdentifier | GetPointId (void) |
virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) |
VertexCell () | |
~VertexCell () | |
Protected Attributes | |
PointIdentifier | m_PointIds [NumberOfPoints] |
Template parameters for VertexCell:
TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
Definition at line 41 of file itkVertexCell.h.
|
Evaluate the position of a given point Definition at line 91 of file itkVertexCell.h. |
|
Evaluate the position of a given point Definition at line 92 of file itkVertexCell.h. |
|
Evaluate the position of a given point |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Standard part of every itk Object. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Vertex-specific interface. |
|
Implement the standard CellInterface. Definition at line 58 of file itkVertexCell.h. |
|
Standard class typedefs. |
|
Standard class typedefs. |
|
Cell visitor interface |
|
Vertex-specific topology numbers. |
|
Vertex-specific topology numbers. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Vertex-specific interface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Store the number of points needed for a vertex. Definition at line 99 of file itkVertexCell.h. |