#include <itkLineCell.h>
Inheritance diagram for itk::LineCell:

Public Types | |
| typedef VertexBoundary< TCellInterface > | VertexType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| enum | { NumberOfPoints = 2, NumberOfVertices = 2, CellDimension = 1 } |
Public Methods | |
| virtual const char * | GetClassName () const |
| itkCellVisitMacro (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] |
The CellBoundary wrapper for this cell is LineBoundary.
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 45 of file itkLineCell.h.
|
|||||
|
Definition at line 58 of file itkLineCell.h. |
|
|||||
|
The type of boundary for this lines's vertices. Definition at line 57 of file itkLineCell.h. |
|
|||||
|
Line-specific topology numbers. Definition at line 61 of file itkLineCell.h. |
|
|||||||||
|
Definition at line 91 of file itkLineCell.h. References itk::LineCell< TCellInterface >::m_PointIds, and itk::LineCell< TCellInterface >::NumberOfPoints. |
|
|||||||||
|
Definition at line 92 of file itkLineCell.h. |
|
||||||||||||||||||||
|
Implement the standard CellInterface. |
|
|||||||||
|
Standard part of every itk Object. Reimplemented in itk::LineBoundary< TCellInterface >, and itk::CellBoundary< LineCell< TCellInterface > >. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Line-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. Definition at line 66 of file itkLineCell.h. |
|
||||||||||||||||
|
Line-specific interface. |
|
||||||||||
|
Standard class typedefs. Reimplemented in itk::LineBoundary< TCellInterface >. |
|
||||||||||
|
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 96 of file itkLineCell.h. Referenced by itk::LineCell< TCellInterface >::LineCell(). |
1.2.15 written by Dimitri van Heesch,
© 1997-2000