ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE > Class Template Reference

#include <itkQuadEdgeMeshFrontIterator.h>

+ Inheritance diagram for itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >:
+ Collaboration diagram for itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >:

Detailed Description

template<typename TMesh, typename TQE = typename TMesh::QEType>
class itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >

Const quad edge mesh front iterator.

Definition at line 262 of file itkQuadEdgeMeshFrontIterator.h.

Public Types

using MeshType = typename Superclass::MeshType
 
using NoConstType = QuadEdgeMeshFrontIterator< MeshType, QEType >
 
using QEType = typename Superclass::QEType
 
using Self = QuadEdgeMeshConstFrontIterator
 
using Superclass = QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
 
- Public Types inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
using MeshType = TMesh
 
using QEType = TQE
 
using Self = QuadEdgeMeshFrontBaseIterator
 

Public Member Functions

const QETypeValue () const
 
 QuadEdgeMeshConstFrontIterator (const MeshType *mesh=(MeshType *) 0, bool start=true, QEType *seed=(QEType *) nullptr)
 
 ~QuadEdgeMeshConstFrontIterator () override=default
 
Selfoperator= (const NoConstType &r)
 
- Public Member Functions inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
MeshTypeGetMesh () const
 
bool operator!= (Self &r)
 
bool operator!= (const Self &r) const
 
Selfoperator++ ()
 
Selfoperator++ (int)
 
Selfoperator= (const Self &r)
 
bool operator== (Self &r)
 
bool operator== (const Self &r) const
 
 QuadEdgeMeshFrontBaseIterator (MeshType *mesh=(MeshType *) nullptr, bool start=true, QEType *seed=(QEType *) nullptr)
 
virtual ~QuadEdgeMeshFrontBaseIterator ()
 

Additional Inherited Members

- Protected Types inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
using CoordRepType = typename MeshType::CoordRepType
 
using QEOriginType = typename QEType::OriginRefType
 
using FrontType = std::list< FrontAtom >
 
using FrontTypeIterator = typename FrontType::iterator
 
using FrontTypePointer = FrontType *
 
using IsVisitedContainerType = MapContainer< QEOriginType, bool >
 
using IsVisitedPointerType = typename IsVisitedContainerType::Pointer
 
- Protected Member Functions inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
QETypeFindDefaultSeed ()
 
virtual CoordRepType GetCost (QEType *edge)
 
- Protected Attributes inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >
QETypem_CurrentEdge
 
FrontTypePointer m_Front
 
IsVisitedPointerType m_IsPointVisited
 
MeshTypem_Mesh
 
QETypem_Seed
 
bool m_Start
 

Member Typedef Documentation

template<typename TMesh , typename TQE = typename TMesh::QEType>
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::MeshType = typename Superclass::MeshType

Definition at line 271 of file itkQuadEdgeMeshFrontIterator.h.

template<typename TMesh , typename TQE = typename TMesh::QEType>
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::NoConstType = QuadEdgeMeshFrontIterator< MeshType, QEType >

Definition at line 272 of file itkQuadEdgeMeshFrontIterator.h.

template<typename TMesh , typename TQE = typename TMesh::QEType>
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::QEType = typename Superclass::QEType

Definition at line 270 of file itkQuadEdgeMeshFrontIterator.h.

template<typename TMesh , typename TQE = typename TMesh::QEType>
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Self = QuadEdgeMeshConstFrontIterator

Hierarchy type alias & values.

Definition at line 268 of file itkQuadEdgeMeshFrontIterator.h.

template<typename TMesh , typename TQE = typename TMesh::QEType>
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Superclass = QuadEdgeMeshFrontBaseIterator< TMesh, TQE >

Definition at line 269 of file itkQuadEdgeMeshFrontIterator.h.

Constructor & Destructor Documentation

template<typename TMesh , typename TQE = typename TMesh::QEType>
itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::QuadEdgeMeshConstFrontIterator ( const MeshType mesh = (MeshType *)0,
bool  start = true,
QEType seed = (QEType *)nullptr 
)
inline

Object creation methods.

Definition at line 276 of file itkQuadEdgeMeshFrontIterator.h.

template<typename TMesh , typename TQE = typename TMesh::QEType>
itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::~QuadEdgeMeshConstFrontIterator ( )
overridedefault
Todo:
do we need here a : Superclass( mesh, start, seed ) { }

Member Function Documentation

template<typename TMesh , typename TQE = typename TMesh::QEType>
Self& itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::operator= ( const NoConstType r)
inline
Todo:
do we need here a : Superclass( mesh, start, seed ) { }

Definition at line 288 of file itkQuadEdgeMeshFrontIterator.h.

References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::GetMesh().

template<typename TMesh , typename TQE = typename TMesh::QEType>
const QEType* itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Value ( ) const
inline

Definition at line 295 of file itkQuadEdgeMeshFrontIterator.h.


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