#include <itkLineCell.h>
◆ VertexAutoPointer
template<typename TCellInterface>
using itk::LineCell< TCellInterface >::VertexAutoPointer = typename VertexType::SelfAutoPointer |
◆ VertexType
template<typename TCellInterface>
The type of boundary for this lines's vertices.
Definition at line 54 of file itkLineCell.h.
◆ LineCell()
template<typename TCellInterface>
◆ ~LineCell()
template<typename TCellInterface>
◆ GetBoundaryFeature()
template<typename TCellInterface>
bool itk::LineCell< TCellInterface >::GetBoundaryFeature |
( |
int | dimension, |
|
|
CellFeatureIdentifier | , |
|
|
CellAutoPointer & | ) |
|
override |
◆ GetDimension()
template<typename TCellInterface>
unsigned int itk::LineCell< TCellInterface >::GetDimension |
( |
| ) |
const |
|
override |
◆ GetNameOfClass()
template<typename TCellInterface>
const char * itk::LineCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
override |
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface>
CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int | dimension | ) |
const |
|
override |
◆ GetNumberOfPoints()
template<typename TCellInterface>
unsigned int itk::LineCell< TCellInterface >::GetNumberOfPoints |
( |
| ) |
const |
|
override |
◆ GetNumberOfVertices()
template<typename TCellInterface>
virtual CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfVertices |
( |
| ) |
const |
|
virtual |
◆ GetType()
template<typename TCellInterface>
◆ GetVertex()
template<typename TCellInterface>
◆ itkCellCommonTypedefs()
template<typename TCellInterface>
Standard class type aliases.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface>
itk::LineCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface | | ) |
|
Standard class type aliases.
◆ itkCellVisitMacro()
template<typename TCellInterface>
itk::LineCell< TCellInterface >::itkCellVisitMacro |
( |
CellGeometryEnum::LINE_CELL | | ) |
|
◆ MakeCopy()
template<typename TCellInterface>
void itk::LineCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & | | ) |
const |
|
override |
◆ PointIdsBegin() [1/2]
template<typename TCellInterface>
PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
| ) |
const |
|
override |
◆ PointIdsBegin() [2/2]
template<typename TCellInterface>
PointIdIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
| ) |
|
|
override |
◆ PointIdsEnd() [1/2]
template<typename TCellInterface>
PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsEnd |
( |
| ) |
const |
|
override |
◆ PointIdsEnd() [2/2]
template<typename TCellInterface>
◆ SetPointId()
template<typename TCellInterface>
void itk::LineCell< TCellInterface >::SetPointId |
( |
int | localId, |
|
|
PointIdentifier | ) |
|
override |
◆ SetPointIds() [1/2]
template<typename TCellInterface>
void itk::LineCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator | first | ) |
|
|
override |
◆ SetPointIds() [2/2]
template<typename TCellInterface>
void itk::LineCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator | first, |
|
|
PointIdConstIterator | last ) |
|
override |
◆ CellDimension
template<typename TCellInterface>
◆ m_PointIds
template<typename TCellInterface>
Initial value:
static constexpr T max(const T &)
constexpr TContainer MakeFilled(typename TContainer::const_reference value)
Store number of points needed for a line segment.
Definition at line 119 of file itkLineCell.h.
◆ NumberOfPoints
template<typename TCellInterface>
Line-specific topology numbers.
Definition at line 58 of file itkLineCell.h.
◆ NumberOfVertices
template<typename TCellInterface>
unsigned int itk::LineCell< TCellInterface >::NumberOfVertices = 2 |
|
staticconstexpr |
The documentation for this class was generated from the following file: