#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:
- Template Parameters
-
TPixelType | The type associated with a point, cell, or boundary for use in storing its data. |
TCellTraits | Type information of mesh containing cell. |
- 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/AddPointsAndEdges/Code.cxx, SphinxExamples/src/Core/Mesh/ConvertMeshToUnstructeredGrid/Code.cxx, and SphinxExamples/src/Core/Mesh/WriteMeshToVTP/Code.cxx.
Definition at line 42 of file itkLineCell.h.
◆ VertexAutoPointer
template<typename TCellInterface >
The type of boundary for this lines's vertices.
Definition at line 57 of file itkLineCell.h.
◆ VertexType
template<typename TCellInterface >
The type of boundary for this lines's vertices.
Definition at line 56 of file itkLineCell.h.
◆ LineCell()
template<typename TCellInterface >
◆ ~LineCell()
template<typename TCellInterface >
The type of boundary for this lines's vertices.
◆ GetBoundaryFeature()
template<typename TCellInterface >
bool itk::LineCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
The type of boundary for this lines's vertices.
◆ GetDimension()
template<typename TCellInterface >
unsigned int itk::LineCell< TCellInterface >::GetDimension |
( |
| ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ GetNameOfClass()
template<typename TCellInterface >
virtual const char* itk::LineCell< TCellInterface >::GetNameOfClass |
( |
| ) |
const |
|
virtual |
Standard part of every itk Object.
◆ GetNumberOfBoundaryFeatures()
template<typename TCellInterface >
CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ GetNumberOfPoints()
template<typename TCellInterface >
unsigned int itk::LineCell< TCellInterface >::GetNumberOfPoints |
( |
| ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ GetNumberOfVertices()
template<typename TCellInterface >
virtual CellFeatureCount itk::LineCell< TCellInterface >::GetNumberOfVertices |
( |
| ) |
const |
|
virtual |
◆ GetType()
template<typename TCellInterface >
◆ GetVertex()
template<typename TCellInterface >
The type of boundary for this lines's vertices.
◆ itkCellCommonTypedefs()
template<typename TCellInterface >
Standard class type aliases.
◆ itkCellInheritedTypedefs()
template<typename TCellInterface >
itk::LineCell< TCellInterface >::itkCellInheritedTypedefs |
( |
TCellInterface |
| ) |
|
The type of boundary for this lines's vertices.
◆ itkCellVisitMacro()
template<typename TCellInterface >
◆ MakeCopy()
template<typename TCellInterface >
void itk::LineCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ PointIdsBegin() [1/2]
template<typename TCellInterface >
PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
| ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ PointIdsBegin() [2/2]
template<typename TCellInterface >
PointIdIterator itk::LineCell< TCellInterface >::PointIdsBegin |
( |
| ) |
|
|
override |
The type of boundary for this lines's vertices.
◆ PointIdsEnd() [1/2]
template<typename TCellInterface >
PointIdConstIterator itk::LineCell< TCellInterface >::PointIdsEnd |
( |
| ) |
const |
|
override |
The type of boundary for this lines's vertices.
◆ PointIdsEnd() [2/2]
template<typename TCellInterface >
The type of boundary for this lines's vertices.
◆ 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 |
The type of boundary for this lines's vertices.
◆ SetPointIds() [2/2]
template<typename TCellInterface >
void itk::LineCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
The type of boundary for this lines's vertices.
◆ CellDimension
template<typename TCellInterface >
constexpr unsigned int itk::LineCell< TCellInterface >::CellDimension = 1 |
|
staticconstexpr |
The type of boundary for this lines's vertices.
Definition at line 62 of file itkLineCell.h.
◆ m_PointIds
template<typename TCellInterface >
Store number of points needed for a line segment.
Definition at line 127 of file itkLineCell.h.
◆ NumberOfPoints
template<typename TCellInterface >
constexpr unsigned int itk::LineCell< TCellInterface >::NumberOfPoints = 2 |
|
staticconstexpr |
Line-specific topology numbers.
Definition at line 60 of file itkLineCell.h.
◆ NumberOfVertices
template<typename TCellInterface >
constexpr unsigned int itk::LineCell< TCellInterface >::NumberOfVertices = 2 |
|
staticconstexpr |
The type of boundary for this lines's vertices.
Definition at line 61 of file itkLineCell.h.
The documentation for this class was generated from the following file: