#include <itkVertexCell.h>
Public Methods | |
| virtual const char * | GetClassName () const |
| itkCellVisitMacro (VERTEX_CELL) | |
| VertexCell () | |
| ~VertexCell () | |
| 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) |
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.
|
|||||||||
|
Definition at line 84 of file itkVertexCell.h. |
|
|||||||||
|
Definition at line 85 of file itkVertexCell.h. |
|
||||||||||||||||||||
|
Implement the standard CellInterface. |
|
|||||||||
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
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 91 of file itkVertexCell.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000