ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | List of all members
itk::QuadEdgeMeshLineCell< TCellInterface > Class Template Reference

#include <itkQuadEdgeMeshLineCell.h>

+ Inheritance diagram for itk::QuadEdgeMeshLineCell< TCellInterface >:
+ Collaboration diagram for itk::QuadEdgeMeshLineCell< TCellInterface >:

Detailed Description

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

Class that connects the QuadEdgeMesh with the Mesh.

Parameters
TCellInterfaceBasic type for the itk*Cell. This usually comes from the MeshTraits.
Author
Eric Boix, Alex Gouaillard, Leonardo Florez

Definition at line 39 of file itkQuadEdgeMeshLineCell.h.

Public Types

typedef Superclass::CellAutoPointer CellAutoPointer
 
typedef
Superclass::CellConstAutoPointer 
CellConstAutoPointer
 
typedef
Superclass::CellConstRawPointer 
CellConstRawPointer
 
typedef
Superclass::CellFeatureIdentifier 
CellFeatureCount
 
typedef
Superclass::CellFeatureIdentifier 
CellFeatureIdentifier
 
typedef Superclass::CellGeometry CellGeometry
 
typedef Superclass::CellIdentifier CellIdentifier
 
typedef Superclass::CellRawPointer CellRawPointer
 
typedef Superclass::CellTraits CellTraits
 
typedef Superclass::CellType CellType
 
typedef const SelfConstRawPointer
 
typedef AutoPointer< const SelfConstSelfAutoPointer
 
typedef Superclass::CoordRepType CoordRepType
 
typedef QEType::DualDataType DualDataType
 
typedef QEType::DualOriginRefType FaceRefType
 
typedef
Superclass::InterpolationWeightType 
InterpolationWeightType
 
typedef CellType::MultiVisitor MultiVisitor
 
typedef
Superclass::ParametricCoordArrayType 
ParametricCoordArrayType
 
typedef Superclass::PixelType PixelType
 
typedef
CellTraits::PointIdConstIterator 
PointIdConstIterator
 
typedef Superclass::PointIdentifier PointIdentifier
 
typedef
CellTraits::PointIdInternalConstIterator 
PointIdInternalConstIterator
 
typedef
CellTraits::PointIdInternalIterator 
PointIdInternalIterator
 
typedef CellTraits::PointIdIterator PointIdIterator
 
typedef Superclass::PointsContainer PointsContainer
 
typedef Superclass::PointType PointType
 
typedef QEType::PrimalDataType PrimalDataType
 
typedef QEType::DualType QEDual
 
typedef CellTraits::QuadEdgeType QEType
 
typedef SelfRawPointer
 
typedef QuadEdgeMeshLineCell Self
 
typedef AutoPointer< SelfSelfAutoPointer
 
typedef
Superclass::ShapeFunctionsArrayType 
ShapeFunctionsArrayType
 
typedef TCellInterface Superclass
 
typedef
Superclass::UsingCellsContainer 
UsingCellsContainer
 
typedef QEType::OriginRefType VertexRefType
 

Public Member Functions

virtual void Accept (CellIdentifier cellId, MultiVisitor *mv) override
 
virtual bool GetBoundaryFeature (int dimension, CellFeatureIdentifier cellId, CellAutoPointer &cell) override
 
virtual unsigned int GetDimension () const override
 
CellIdentifier GetIdent ()
 
virtual const char * GetNameOfClass () const
 
virtual CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const override
 
virtual unsigned int GetNumberOfPoints () const override
 
virtual PointIdConstIterator GetPointIds () const override
 
QETypeGetQEGeom () const
 
virtual CellGeometry GetType () const override
 
virtual
PointIdInternalConstIterator 
InternalGetPointIds () const
 
virtual PointIdInternalIterator InternalPointIdsBegin ()
 
virtual
PointIdInternalConstIterator 
InternalPointIdsBegin () const
 
virtual PointIdInternalIterator InternalPointIdsEnd ()
 
virtual
PointIdInternalConstIterator 
InternalPointIdsEnd () const
 
virtual void InternalSetPointIds (PointIdInternalConstIterator first)
 
virtual void InternalSetPointIds (PointIdInternalConstIterator first, PointIdInternalConstIterator last)
 
virtual PointIdIterator PointIdsBegin () override
 
virtual PointIdConstIterator PointIdsBegin () const override
 
virtual PointIdIterator PointIdsEnd () override
 
virtual PointIdConstIterator PointIdsEnd () const override
 
void SetIdent (CellIdentifier cid)
 
virtual void SetPointId (int localId, PointIdentifier pId) override
 
virtual void SetPointIds (PointIdConstIterator first) override
 
virtual void SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override
 
 QuadEdgeMeshLineCell ()
 
virtual ~QuadEdgeMeshLineCell () override
 
virtual void MakeCopy (CellAutoPointer &cell) const override
 
void SynchronizePointsAPI () const
 

Static Public Member Functions

static int GetTopologyId ()
 

Static Public Attributes

static const unsigned int CellDimension = 2
 
static const unsigned int PointDimension = Superclass::PointDimension
 

Private Attributes

CellIdentifier m_Identifier
 
PointIdentifier m_PointIds [2]
 
QETypem_QuadEdgeGeom
 

Member Typedef Documentation

template<typename TCellInterface >
typedef Superclass::CellAutoPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellAutoPointer

Definition at line 56 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellConstAutoPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellConstAutoPointer

Definition at line 57 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellConstRawPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellConstRawPointer

Definition at line 59 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellFeatureIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellFeatureCount

Definition at line 66 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellFeatureIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellFeatureIdentifier

Definition at line 65 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellGeometry itk::QuadEdgeMeshLineCell< TCellInterface >::CellGeometry

Definition at line 70 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellIdentifier

Definition at line 64 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellRawPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellRawPointer

Definition at line 58 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellTraits itk::QuadEdgeMeshLineCell< TCellInterface >::CellTraits

Definition at line 60 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CellType itk::QuadEdgeMeshLineCell< TCellInterface >::CellType

Definition at line 55 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef const Self* itk::QuadEdgeMeshLineCell< TCellInterface >::ConstRawPointer

Definition at line 50 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef AutoPointer< const Self > itk::QuadEdgeMeshLineCell< TCellInterface >::ConstSelfAutoPointer

Definition at line 47 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::CoordRepType itk::QuadEdgeMeshLineCell< TCellInterface >::CoordRepType

Definition at line 61 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QEType::DualDataType itk::QuadEdgeMeshLineCell< TCellInterface >::DualDataType

Definition at line 90 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QEType::DualOriginRefType itk::QuadEdgeMeshLineCell< TCellInterface >::FaceRefType

Definition at line 88 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::InterpolationWeightType itk::QuadEdgeMeshLineCell< TCellInterface >::InterpolationWeightType

Definition at line 62 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellType::MultiVisitor itk::QuadEdgeMeshLineCell< TCellInterface >::MultiVisitor

Multivisitor type.

Definition at line 77 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::ParametricCoordArrayType itk::QuadEdgeMeshLineCell< TCellInterface >::ParametricCoordArrayType

Definition at line 71 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::PixelType itk::QuadEdgeMeshLineCell< TCellInterface >::PixelType

Definition at line 54 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellTraits::PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdConstIterator

Definition at line 81 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::PointIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdentifier

Definition at line 63 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellTraits::PointIdInternalConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdInternalConstIterator

Definition at line 83 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellTraits::PointIdInternalIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdInternalIterator

Definition at line 82 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellTraits::PointIdIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdIterator

Definition at line 80 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::PointsContainer itk::QuadEdgeMeshLineCell< TCellInterface >::PointsContainer

Definition at line 68 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::PointType itk::QuadEdgeMeshLineCell< TCellInterface >::PointType

Definition at line 67 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QEType::PrimalDataType itk::QuadEdgeMeshLineCell< TCellInterface >::PrimalDataType

Definition at line 89 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QEType::DualType itk::QuadEdgeMeshLineCell< TCellInterface >::QEDual

Definition at line 91 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef CellTraits::QuadEdgeType itk::QuadEdgeMeshLineCell< TCellInterface >::QEType

QE types.

Definition at line 86 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Self* itk::QuadEdgeMeshLineCell< TCellInterface >::RawPointer

Definition at line 49 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QuadEdgeMeshLineCell itk::QuadEdgeMeshLineCell< TCellInterface >::Self

Standard class typedefs.

Definition at line 46 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef AutoPointer< Self > itk::QuadEdgeMeshLineCell< TCellInterface >::SelfAutoPointer

Definition at line 48 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::ShapeFunctionsArrayType itk::QuadEdgeMeshLineCell< TCellInterface >::ShapeFunctionsArrayType

Definition at line 72 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef TCellInterface itk::QuadEdgeMeshLineCell< TCellInterface >::Superclass

Definition at line 53 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef Superclass::UsingCellsContainer itk::QuadEdgeMeshLineCell< TCellInterface >::UsingCellsContainer

Definition at line 69 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
typedef QEType::OriginRefType itk::QuadEdgeMeshLineCell< TCellInterface >::VertexRefType

Definition at line 87 of file itkQuadEdgeMeshLineCell.h.

Constructor & Destructor Documentation

template<typename TCellInterface >
itk::QuadEdgeMeshLineCell< TCellInterface >::QuadEdgeMeshLineCell ( )

Object memory management methods.

template<typename TCellInterface >
virtual itk::QuadEdgeMeshLineCell< TCellInterface >::~QuadEdgeMeshLineCell ( )
overridevirtual

Object memory management methods.

Member Function Documentation

template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::Accept ( CellIdentifier  cellId,
MultiVisitor mv 
)
overridevirtual

TCellInterface abstract methods definition.

template<typename TCellInterface >
virtual bool itk::QuadEdgeMeshLineCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  cellId,
CellAutoPointer cell 
)
overridevirtual
template<typename TCellInterface >
virtual unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::GetDimension ( ) const
overridevirtual
template<typename TCellInterface >
CellIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::GetIdent ( )
template<typename TCellInterface >
virtual const char* itk::QuadEdgeMeshLineCell< TCellInterface >::GetNameOfClass ( ) const
virtual

Standard part of every itk Object.

template<typename TCellInterface >
virtual CellFeatureCount itk::QuadEdgeMeshLineCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension) const
overridevirtual
template<typename TCellInterface >
virtual unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::GetNumberOfPoints ( ) const
overridevirtual
template<typename TCellInterface >
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::GetPointIds ( ) const
inlineoverridevirtual

Definition at line 161 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
QEType* itk::QuadEdgeMeshLineCell< TCellInterface >::GetQEGeom ( ) const
inline

Definition at line 98 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
static int itk::QuadEdgeMeshLineCell< TCellInterface >::GetTopologyId ( )
static

Topology related methods.

template<typename TCellInterface >
virtual CellGeometry itk::QuadEdgeMeshLineCell< TCellInterface >::GetType ( ) const
overridevirtual
template<typename TCellInterface >
virtual PointIdInternalConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::InternalGetPointIds ( ) const
virtual
template<typename TCellInterface >
virtual PointIdInternalIterator itk::QuadEdgeMeshLineCell< TCellInterface >::InternalPointIdsBegin ( )
virtual
template<typename TCellInterface >
virtual PointIdInternalConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::InternalPointIdsBegin ( ) const
virtual
template<typename TCellInterface >
virtual PointIdInternalIterator itk::QuadEdgeMeshLineCell< TCellInterface >::InternalPointIdsEnd ( )
virtual
template<typename TCellInterface >
virtual PointIdInternalConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::InternalPointIdsEnd ( ) const
virtual
template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::InternalSetPointIds ( PointIdInternalConstIterator  first)
virtual

QuadEdge internal flavor of cell API

template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::InternalSetPointIds ( PointIdInternalConstIterator  first,
PointIdInternalConstIterator  last 
)
virtual
template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::MakeCopy ( CellAutoPointer cell) const
inlineoverridevirtual

Useless methods.

Definition at line 130 of file itkQuadEdgeMeshLineCell.h.

References itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointId().

template<typename TCellInterface >
virtual PointIdIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsBegin ( void  )
inlineoverridevirtual

Definition at line 149 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsBegin ( void  ) const
inlineoverridevirtual

Definition at line 167 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
virtual PointIdIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsEnd ( )
inlineoverridevirtual

Definition at line 155 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsEnd ( ) const
inlineoverridevirtual

Definition at line 173 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
void itk::QuadEdgeMeshLineCell< TCellInterface >::SetIdent ( CellIdentifier  cid)

Accessors for m_Identifier.

template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier  pId 
)
overridevirtual
template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first)
overridevirtual

ITK Cell API - Iterator-related methods. The Set methods will work, not the Get. Hopefully never used ...

template<typename TCellInterface >
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first,
PointIdConstIterator  last 
)
overridevirtual
template<typename TCellInterface >
void itk::QuadEdgeMeshLineCell< TCellInterface >::SynchronizePointsAPI ( ) const
inline

helper for backward compatibility

Definition at line 180 of file itkQuadEdgeMeshLineCell.h.

Member Data Documentation

template<typename TCellInterface >
const unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::CellDimension = 2
static

Definition at line 74 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
CellIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::m_Identifier
private

In order to have constant time access at the itk level instead of of doing a search in the Mesh::Cell container.

Definition at line 205 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
PointIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::m_PointIds[2]
mutableprivate

Definition at line 213 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
QEType* itk::QuadEdgeMeshLineCell< TCellInterface >::m_QuadEdgeGeom
private

Definition at line 212 of file itkQuadEdgeMeshLineCell.h.

template<typename TCellInterface >
const unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::PointDimension = Superclass::PointDimension
static

Definition at line 73 of file itkQuadEdgeMeshLineCell.h.


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