![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkPolyLineCell.h>
Represents a series of connected line segments for a Mesh.
PolyLineCell represents a series of connected line segments for a Mesh.
Template parameters for PolyLineCell:
| 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 itkPolyLineCell.h.
Inheritance diagram for itk::PolyLineCell< TCellInterface >:
Collaboration diagram for itk::PolyLineCell< TCellInterface >:Public Types | |
| using | VertexAutoPointer = typename VertexType::SelfAutoPointer |
| using | VertexType = VertexCell< TCellInterface > |
Public Member Functions | |
| void | ClearPoints () |
| bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
| unsigned int | GetDimension () const override |
| const char * | GetNameOfClass () const override |
| CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| unsigned int | GetNumberOfPoints () const override |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| void | InitializePoints () |
| void | InitializePoints (PointIdentifier numberOfPoints) |
| itkCellVisitMacro (CellGeometryEnum::POLYLINE_CELL) | |
| PointIdConstIterator | PointIdsBegin () const override |
| PointIdIterator | PointIdsBegin () override |
| PointIdConstIterator | PointIdsEnd () const override |
| PointIdIterator | PointIdsEnd () override |
| PolyLineCell () | |
| PolyLineCell (PointIdentifier numberOfPoints) | |
| void | SetPointId (int localId, PointIdentifier) override |
| void | SetPointIds (int dummy, int num, PointIdConstIterator first) |
| void | SetPointIds (PointIdConstIterator first) override |
| void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
| ~PolyLineCell () override=default | |
| itkCellCommonTypedefs (PolyLineCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| CellGeometryEnum | GetType () const override |
| void | MakeCopy (CellAutoPointer &) const override |
Static Public Attributes | |
| static constexpr unsigned int | CellDimension = 1 |
Protected Attributes | |
| std::vector< PointIdentifier > | m_PointIds {} |
| using itk::PolyLineCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
Definition at line 56 of file itkPolyLineCell.h.
| using itk::PolyLineCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this lines's vertices.
Definition at line 55 of file itkPolyLineCell.h.
|
inline |
Constructor and destructor
Definition at line 133 of file itkPolyLineCell.h.
|
inline |
Definition at line 135 of file itkPolyLineCell.h.
|
overridedefault |
| void itk::PolyLineCell< TCellInterface >::ClearPoints | ( | ) |
|
override |
|
override |
|
override |
|
override |
|
override |
|
virtual |
Line-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 63 of file itkPolyLineCell.h.
References itk::CommonEnums::POLYLINE_CELL.
|
virtual |
| void itk::PolyLineCell< TCellInterface >::InitializePoints | ( | ) |
|
inline |
Definition at line 123 of file itkPolyLineCell.h.
| itk::PolyLineCell< TCellInterface >::itkCellCommonTypedefs | ( | PolyLineCell< TCellInterface > | ) |
Standard class type aliases.
| itk::PolyLineCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class type aliases.
| itk::PolyLineCell< TCellInterface >::itkCellVisitMacro | ( | CellGeometryEnum::POLYLINE_CELL | ) |
Visitor interface
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
| void itk::PolyLineCell< TCellInterface >::SetPointIds | ( | int | dummy, |
| int | num, | ||
| PointIdConstIterator | first | ||
| ) |
|
override |
|
override |
|
staticconstexpr |
Line-specific topology numbers.
Definition at line 59 of file itkPolyLineCell.h.
|
protected |
For storing the points needed for a line segment.
Definition at line 141 of file itkPolyLineCell.h.
1.9.3