ITK
6.0.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:
Definition at line 36 of file itkPolyLineCell.h.
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 51 of file itkPolyLineCell.h.
using itk::PolyLineCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this lines's vertices.
Definition at line 50 of file itkPolyLineCell.h.
|
inline |
Constructor and destructor
Definition at line 128 of file itkPolyLineCell.h.
|
inline |
Definition at line 130 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 58 of file itkPolyLineCell.h.
References itk::CommonEnums::POLYLINE_CELL.
|
virtual |
void itk::PolyLineCell< TCellInterface >::InitializePoints | ( | ) |
|
inline |
Definition at line 118 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 54 of file itkPolyLineCell.h.
|
protected |
For storing the points needed for a line segment.
Definition at line 136 of file itkPolyLineCell.h.