TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
|
Public Member Functions |
Evaluate the position of a
given point *virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual unsigned int | GetDimension (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
| virtual PointIdentifier | GetPointId (void) |
Implement the standard CellInterface
*virtual CellGeometry | GetType (void) const |
| Standard class typedefs * | itkCellCommonTypedefs (VertexCell) |
| | itkCellInheritedTypedefs (TCellInterface) |
| | itkCellVisitMacro (Superclass::VERTEX_CELL) |
| | itkStaticConstMacro (CellDimension, unsigned int, 0) |
| Vertex specific topology numbers * | itkStaticConstMacro (NumberOfPoints, unsigned int, 1) |
| virtual void | MakeCopy (CellAutoPointer &) const |
| virtual PointIdConstIterator | PointIdsBegin (void) const |
| virtual PointIdIterator | PointIdsBegin (void) |
| virtual PointIdConstIterator | PointIdsEnd (void) const |
| virtual PointIdIterator | PointIdsEnd (void) |
Vertex specific interface
*virtual void | SetPointId (PointIdentifier) |
| virtual void | SetPointId (int localId, PointIdentifier) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| | VertexCell () |
| | ~VertexCell () |
Protected Attributes |
| PointIdentifier | m_PointIds [NumberOfPoints] |