ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Static Public Attributes | Protected Attributes | 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 >:

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.

Public Member Functions

bool EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override
 
bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override
 
unsigned int GetDimension () const override
 
virtual const char * GetNameOfClass () const
 
CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
unsigned int GetNumberOfPoints () const override
 
 itkCellVisitMacro (Superclass::VERTEX_CELL)
 
PointIdIterator PointIdsBegin () override
 
PointIdConstIterator PointIdsBegin () const override
 
PointIdIterator PointIdsEnd () override
 
PointIdConstIterator PointIdsEnd () const override
 
void SetPointId (int localId, PointIdentifier) override
 
void SetPointIds (PointIdConstIterator first) override
 
void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
 VertexCell ()
 
 ~VertexCell () override=default
 
 itkCellCommonTypedefs (VertexCell)
 
 itkCellInheritedTypedefs (TCellInterface)
 
CellGeometry GetType () const override
 
void MakeCopy (CellAutoPointer &) const override
 
virtual void SetPointId (PointIdentifier)
 
virtual PointIdentifier GetPointId ()
 

Static Public Attributes

static constexpr unsigned int CellDimension = 0
 
static constexpr unsigned int NumberOfPoints = 1
 

Protected Attributes

PointIdentifier m_PointIds [NumberOfPoints]
 

Constructor & Destructor Documentation

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

Definition at line 101 of file itkVertexCell.h.

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

Member Function Documentation

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

Evaluate the position of a given point

template<typename TCellInterface >
bool itk::VertexCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer &   
)
override
template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetDimension ( ) const
override
template<typename TCellInterface >
virtual const char* itk::VertexCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

template<typename TCellInterface >
CellFeatureCount itk::VertexCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension) const
override
template<typename TCellInterface >
unsigned int itk::VertexCell< TCellInterface >::GetNumberOfPoints ( ) const
override
template<typename TCellInterface >
virtual PointIdentifier itk::VertexCell< TCellInterface >::GetPointId ( )
virtual

Vertex-specific interface.

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

Implement the standard CellInterface.

Definition at line 57 of file itkVertexCell.h.

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

Standard class type aliases.

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

Standard class type aliases.

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

Cell visitor interface

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

Implement the standard CellInterface.

template<typename TCellInterface >
PointIdIterator itk::VertexCell< TCellInterface >::PointIdsBegin ( )
override
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsBegin ( ) const
override
template<typename TCellInterface >
PointIdIterator itk::VertexCell< TCellInterface >::PointIdsEnd ( )
override
template<typename TCellInterface >
PointIdConstIterator itk::VertexCell< TCellInterface >::PointIdsEnd ( ) const
override
template<typename TCellInterface >
void itk::VertexCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier   
)
override
template<typename TCellInterface >
virtual void itk::VertexCell< TCellInterface >::SetPointId ( PointIdentifier  )
virtual

Vertex-specific interface.

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

Member Data Documentation

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

Definition at line 54 of file itkVertexCell.h.

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

Store the number of points needed for a vertex.

Definition at line 115 of file itkVertexCell.h.

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

Vertex-specific topology numbers.

Definition at line 53 of file itkVertexCell.h.


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