#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:
- Examples
- Examples/DataRepresentation/Mesh/Mesh2.cxx, Examples/DataRepresentation/Mesh/Mesh3.cxx, Examples/DataRepresentation/Mesh/MeshCellsIteration.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor2.cxx, Examples/DataRepresentation/Mesh/MeshKComplex.cxx, Examples/DataRepresentation/Mesh/MeshPolyLine.cxx, Examples/DataRepresentation/Mesh/MeshTraits.cxx, SphinxExamples/src/Core/Mesh/AccessDataInCells/Code.cxx, SphinxExamples/src/Core/Mesh/AddPointsAndEdges/Code.cxx, SphinxExamples/src/Core/Mesh/ConvertMeshToUnstructeredGrid/Code.cxx, and SphinxExamples/src/Core/Mesh/WriteMeshToVTP/Code.cxx.
Definition at line 40 of file itkLineCell.h.
◆ VertexAutoPointer
template<typename TCellInterface >
◆ 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 >
◆ 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 >
constexpr unsigned int itk::LineCell< TCellInterface >::CellDimension = 1 |
|
staticconstexpr |
◆ m_PointIds
template<typename TCellInterface >
Initial value:{ MakeFilled<std::array<PointIdentifier, NumberOfPoints>>(
Store number of points needed for a line segment.
Definition at line 119 of file itkLineCell.h.
◆ NumberOfPoints
template<typename TCellInterface >
constexpr unsigned int itk::LineCell< TCellInterface >::NumberOfPoints = 2 |
|
staticconstexpr |
Line-specific topology numbers.
Definition at line 58 of file itkLineCell.h.
◆ NumberOfVertices
template<typename TCellInterface >
constexpr unsigned int itk::LineCell< TCellInterface >::NumberOfVertices = 2 |
|
staticconstexpr |
The documentation for this class was generated from the following file: