#include <itkLineCell.h>
template<typename TCellInterface>
class itk::LineCell< TCellInterface >
Represents a line segment for a Mesh.
LineCell represents a line segment for a Mesh.
Template parameters for LineCell:
- Template Parameters
-
| TPixelType | The type associated with a point, cell, or boundary for use in storing its data. |
| TCellTraits | Type information of mesh containing cell. |
- Examples:
- DataRepresentation/Mesh/Mesh2.cxx, DataRepresentation/Mesh/Mesh3.cxx, DataRepresentation/Mesh/MeshCellsIteration.cxx, DataRepresentation/Mesh/MeshCellVisitor.cxx, DataRepresentation/Mesh/MeshCellVisitor2.cxx, DataRepresentation/Mesh/MeshKComplex.cxx, DataRepresentation/Mesh/MeshPolyLine.cxx, and DataRepresentation/Mesh/MeshTraits.cxx.
Definition at line 42 of file itkLineCell.h.
template<typename TCellInterface >
template<typename TCellInterface >
The type of boundary for this lines's vertices.
Definition at line 51 of file itkLineCell.h.
template<typename TCellInterface >
Line-specific topology numbers.
| Enumerator |
|---|
| NumberOfPoints |
|
| NumberOfVertices |
|
| CellDimension |
|
Definition at line 58 of file itkLineCell.h.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
| virtual bool itk::LineCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
virtual |
template<typename TCellInterface >
| virtual unsigned int itk::LineCell< TCellInterface >::GetDimension |
( |
void |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual const char* itk::LineCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Standard part of every itk Object.
template<typename TCellInterface >
| virtual CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual unsigned int itk::LineCell< TCellInterface >::GetNumberOfPoints |
( |
void |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfVertices |
( |
void |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual CellGeometry itk::LineCell< TCellInterface >::GetType |
( |
void |
| ) |
const |
|
inlinevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
| itk::LineCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface |
| ) |
|
template<typename TCellInterface >
| itk::LineCell< TCellInterface >::itkCellVisitMacro |
( |
Superclass::LINE_CELL |
| ) |
|
template<typename TCellInterface >
| virtual void itk::LineCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
virtual |
template<typename TCellInterface >
template<typename TCellInterface >
| virtual PointIdIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
void |
| ) |
|
|
virtual |
template<typename TCellInterface >
| virtual PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
void |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual PointIdIterator itk::LineCell< TCellInterface >::PointIdsEnd |
( |
void |
| ) |
|
|
virtual |
template<typename TCellInterface >
| virtual PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsEnd |
( |
void |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual void itk::LineCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
virtual |
template<typename TCellInterface >
| virtual void itk::LineCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first | ) |
|
|
virtual |
template<typename TCellInterface >
| virtual void itk::LineCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
virtual |
template<typename TCellInterface >
The documentation for this class was generated from the following file: