ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkVertexCell.h>
Represents a single vertex for a Mesh.
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 39 of file itkVertexCell.h.
Public Member Functions | |
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 |
itkCellVisitMacro (Superclass::VERTEX_CELL) | |
virtual PointIdIterator | PointIdsBegin (void) |
virtual PointIdConstIterator | PointIdsBegin (void) const |
virtual PointIdIterator | PointIdsEnd (void) |
virtual PointIdConstIterator | PointIdsEnd (void) const |
virtual void | SetPointId (int localId, PointIdentifier) |
virtual void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
VertexCell () | |
~VertexCell () | |
itkCellCommonTypedefs (VertexCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
virtual CellGeometry | GetType (void) const |
virtual void | MakeCopy (CellAutoPointer &) const |
virtual void | SetPointId (PointIdentifier) |
virtual PointIdentifier | GetPointId (void) |
Static Public Attributes | |
static const unsigned int | NumberOfPoints = 1 |
static const unsigned int | CellDimension = 0 |
Protected Attributes | |
PointIdentifier | m_PointIds [NumberOfPoints] |
Private Member Functions | |
void | operator= (const Self &) |
VertexCell (const Self &) | |
|
inline |
Definition at line 100 of file itkVertexCell.h.
References itk::NumericTraits< T >::max().
|
inline |
Definition at line 108 of file itkVertexCell.h.
|
private |
|
virtual |
Evaluate the position of a given point
|
virtual |
|
virtual |
|
virtual |
Standard part of every itk Object.
|
virtual |
|
virtual |
|
virtual |
Vertex-specific interface.
|
inlinevirtual |
Implement the standard CellInterface.
Definition at line 56 of file itkVertexCell.h.
itk::VertexCell< TCellInterface >::itkCellCommonTypedefs | ( | VertexCell< TCellInterface > | ) |
Standard class typedefs.
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class typedefs.
itk::VertexCell< TCellInterface >::itkCellVisitMacro | ( | Superclass::VERTEX_CELL | ) |
Cell visitor interface
|
virtual |
Implement the standard CellInterface.
|
private |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Vertex-specific interface.
|
virtual |
|
virtual |
|
static |
Vertex-specific topology numbers.
Definition at line 52 of file itkVertexCell.h.
|
protected |
Store the number of points needed for a vertex.
Definition at line 114 of file itkVertexCell.h.
|
static |
Vertex-specific topology numbers.
Definition at line 51 of file itkVertexCell.h.