ITK  5.2.0
Insight Toolkit
List of all members
itk::VertexCell< TCellInterface > Class Template Reference

#include <itkVertexCell.h>

+ Inheritance diagram for itk::VertexCell< TCellInterface >:
+ Collaboration diagram for itk::VertexCell< TCellInterface >:
static constexpr unsigned int NumberOfPoints = 1
 
static constexpr unsigned int CellDimension = 0
 
PointIdentifier m_PointIds [NumberOfPoints]
 
 itkCellCommonTypedefs (VertexCell)
 
 itkCellInheritedTypedefs (TCellInterface)
 
virtual const char * GetNameOfClass () const
 
CellGeometryEnum GetType () const override
 
void MakeCopy (CellAutoPointer &) const override
 
unsigned int GetDimension () const override
 
unsigned int GetNumberOfPoints () const override
 
CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override
 
void SetPointIds (PointIdConstIterator first) override
 
void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
void SetPointId (int localId, PointIdentifier) override
 
PointIdIterator PointIdsBegin () override
 
PointIdConstIterator PointIdsBegin () const override
 
PointIdIterator PointIdsEnd () override
 
PointIdConstIterator PointIdsEnd () const override
 
virtual void SetPointId (PointIdentifier)
 
virtual PointIdentifier GetPointId ()
 
 itkCellVisitMacro (CellGeometryEnum::VERTEX_CELL)
 
bool EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override
 
 VertexCell ()
 
 ~VertexCell () override=default
 

Detailed Description

template<typename TCellInterface>
class itk::VertexCell< TCellInterface >

Represents a single vertex for a Mesh.

Template Parameters
TPixelTypeThe type associated with a point, cell, or boundary for use in storing its data.
TCellTraitsType information of mesh containing cell.
Examples
Examples/DataRepresentation/Mesh/MeshCellsIteration.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor2.cxx, Examples/DataRepresentation/Mesh/MeshKComplex.cxx, and Examples/DataRepresentation/Mesh/MeshPolyLine.cxx.

Definition at line 39 of file itkVertexCell.h.

Constructor & Destructor Documentation

◆ VertexCell()

template<typename TCellInterface >
itk::VertexCell< TCellInterface >::VertexCell ( )
inline

Vertex-specific topology numbers.

Definition at line 116 of file itkVertexCell.h.

References itk::NumericTraits< T >::max().

◆ ~VertexCell()

template<typename TCellInterface >
itk::VertexCell< TCellInterface >::~VertexCell ( )
overridedefault

Vertex-specific topology numbers.

Member Function Documentation

◆ EvaluatePosition()

template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::EvaluatePosition ( CoordRepType *  ,
PointsContainer *  ,
CoordRepType *  ,
CoordRepType  [],
double *  ,
InterpolationWeightType *   
)
override

Evaluate the position of a given point

◆ GetBoundaryFeature()

template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer &   
)
override

Vertex-specific topology numbers.

◆ GetDimension()

template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetDimension ( ) const
override

Vertex-specific topology numbers.

◆ GetNameOfClass()

template<typename TCellInterface >
virtual const char* itk::VertexCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

◆ GetNumberOfBoundaryFeatures()

template<typename TCellInterface >
CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension) const
override

Vertex-specific topology numbers.

◆ GetNumberOfPoints()

template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints ( ) const
override

Vertex-specific topology numbers.

◆ GetPointId()

template<typename TCellInterface >
virtual PointIdentifier itk::VertexCell< TCellInterface >::GetPointId ( )
virtual

Vertex-specific topology numbers.

◆ GetType()

template<typename TCellInterface >
CellGeometryEnum itk::VertexCell< TCellInterface >::GetType ( ) const
inlineoverride

Implement the standard CellInterface.

Definition at line 58 of file itkVertexCell.h.

References itk::CommonEnums::VERTEX_CELL.

◆ itkCellCommonTypedefs()

template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellCommonTypedefs ( VertexCell< TCellInterface >  )

Standard class type aliases.

◆ itkCellInheritedTypedefs()

template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellInheritedTypedefs ( TCellInterface  )

Vertex-specific topology numbers.

◆ itkCellVisitMacro()

template<typename TCellInterface >
itk::VertexCell< TCellInterface >::itkCellVisitMacro ( CellGeometryEnum::VERTEX_CELL  )

Cell visitor interface

◆ MakeCopy()

template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::MakeCopy ( CellAutoPointer &  ) const
override

Vertex-specific topology numbers.

◆ PointIdsBegin() [1/2]

template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin ( ) const
override

Vertex-specific topology numbers.

◆ PointIdsBegin() [2/2]

template<typename TCellInterface >
PointIdIterator itk::VertexCell< TCellInterface >::PointIdsBegin ( )
override

Vertex-specific topology numbers.

◆ PointIdsEnd() [1/2]

template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd ( ) const
override

Vertex-specific topology numbers.

◆ PointIdsEnd() [2/2]

template<typename TCellInterface >
PointIdIterator itk::VertexCell< TCellInterface >::PointIdsEnd ( )
override

Vertex-specific topology numbers.

◆ SetPointId() [1/2]

template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier   
)
override

Vertex-specific topology numbers.

◆ SetPointId() [2/2]

template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId ( PointIdentifier  )
virtual

Vertex-specific interface.

◆ SetPointIds() [1/2]

template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first)
override

Vertex-specific topology numbers.

◆ SetPointIds() [2/2]

template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first,
PointIdConstIterator  last 
)
override

Vertex-specific topology numbers.

Member Data Documentation

◆ CellDimension

template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::CellDimension = 0
staticconstexpr

Vertex-specific topology numbers.

Definition at line 54 of file itkVertexCell.h.

◆ m_PointIds

template<typename TCellInterface >
PointIdentifier itk::VertexCell< TCellInterface >::m_PointIds[NumberOfPoints]
protected

Store the number of points needed for a vertex.

Definition at line 130 of file itkVertexCell.h.

◆ NumberOfPoints

template<typename TCellInterface >
constexpr unsigned int itk::VertexCell< TCellInterface >::NumberOfPoints = 1
staticconstexpr

Vertex-specific topology numbers.

Definition at line 53 of file itkVertexCell.h.


The documentation for this class was generated from the following file: