#include <itkLineCell.h>
Public Types | |
typedef VertexCell< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
enum | { NumberOfPoints = 2, NumberOfVertices = 2, CellDimension = 1 } |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkCellVisitMacro (Superclass::LINE_CELL) | |
LineCell () | |
~LineCell () | |
itkCellCommonTypedefs (LineCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
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 CellFeatureCount | GetNumberOfVertices (void) const |
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
Protected Attributes | |
PointIdentifier | m_PointIds [NumberOfPoints] |
Template parameters for LineCell:
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 42 of file itkLineCell.h.
|
Definition at line 55 of file itkLineCell.h. |
|
The type of boundary for this lines's vertices. Definition at line 54 of file itkLineCell.h. |
|
Line-specific topology numbers. Definition at line 58 of file itkLineCell.h. |
|
Definition at line 88 of file itkLineCell.h. |
|
Definition at line 89 of file itkLineCell.h. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Standard part of every itk Object. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Line-specific interface. |
|
Implement the standard CellInterface. Definition at line 63 of file itkLineCell.h. |
|
Line-specific interface. |
|
Standard class typedefs. |
|
Standard class typedefs. |
|
Visitor interface |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Store number of points needed for a line segment. Definition at line 93 of file itkLineCell.h. |