ITK
6.0.0
Insight Toolkit
|
#include <itkLineCell.h>
Represents a line segment for a Mesh.
LineCell represents a line segment for a Mesh.
Template parameters for LineCell:
Definition at line 40 of file itkLineCell.h.
Public Types | |
using | VertexAutoPointer = typename VertexType::SelfAutoPointer |
using | VertexType = VertexCell< TCellInterface > |
Public Member Functions | |
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 &) |
itkCellVisitMacro (CellGeometryEnum::LINE_CELL) | |
LineCell ()=default | |
PointIdConstIterator | PointIdsBegin () const override |
PointIdIterator | PointIdsBegin () override |
PointIdConstIterator | PointIdsEnd () const override |
PointIdIterator | PointIdsEnd () override |
void | SetPointId (int localId, PointIdentifier) override |
void | SetPointIds (PointIdConstIterator first) override |
void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
~LineCell () override=default | |
itkCellCommonTypedefs (LineCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
CellGeometryEnum | GetType () const override |
void | MakeCopy (CellAutoPointer &) const override |
Static Public Attributes | |
static constexpr unsigned int | CellDimension = 1 |
static constexpr unsigned int | NumberOfPoints = 2 |
static constexpr unsigned int | NumberOfVertices = 2 |
Protected Attributes | |
std::array< PointIdentifier, NumberOfPoints > | m_PointIds |
using itk::LineCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
Definition at line 55 of file itkLineCell.h.
using itk::LineCell< TCellInterface >::VertexType = VertexCell<TCellInterface> |
The type of boundary for this lines's vertices.
Definition at line 54 of file itkLineCell.h.
|
default |
|
overridedefault |
|
override |
|
override |
|
override |
|
override |
|
override |
|
virtual |
Line-specific interface.
|
inlineoverride |
Implement the standard CellInterface.
Definition at line 64 of file itkLineCell.h.
References itk::CommonEnums::LINE_CELL.
|
virtual |
itk::LineCell< TCellInterface >::itkCellCommonTypedefs | ( | LineCell< TCellInterface > | ) |
Standard class type aliases.
itk::LineCell< TCellInterface >::itkCellInheritedTypedefs | ( | TCellInterface | ) |
Standard class type aliases.
itk::LineCell< TCellInterface >::itkCellVisitMacro | ( | CellGeometryEnum::LINE_CELL | ) |
Visitor interface
|
override |
Implement the standard CellInterface.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
staticconstexpr |
Definition at line 60 of file itkLineCell.h.
|
protected |
Store number of points needed for a line segment.
Definition at line 119 of file itkLineCell.h.
|
staticconstexpr |
Line-specific topology numbers.
Definition at line 58 of file itkLineCell.h.
|
staticconstexpr |
Definition at line 59 of file itkLineCell.h.