#include <itkQuadEdgeMeshFrontIterator.h>
Const quad edge mesh front iterator.
Definition at line 272 of file itkQuadEdgeMeshFrontIterator.h.
Public Types | |
using | MeshType |
using | NoConstType = QuadEdgeMeshFrontIterator<MeshType, QEType> |
using | QEType |
using | Self = QuadEdgeMeshConstFrontIterator |
using | Superclass = QuadEdgeMeshFrontBaseIterator<TMesh, TQE> |
![]() | |
using | MeshType |
using | QEType |
using | Self |
Public Member Functions | |
QuadEdgeMeshConstFrontIterator (const MeshType *mesh=(MeshType *) 0, bool start=true, QEType *seed=(QEType *) nullptr) | |
const QEType * | Value () const |
~QuadEdgeMeshConstFrontIterator () override=default | |
Self & | operator= (const NoConstType &r) |
QuadEdgeMeshFrontBaseIterator (MeshType *mesh=nullptr, bool start=true, QEType *seed=nullptr) | |
virtual | ~QuadEdgeMeshFrontBaseIterator () |
Self & | operator= (const Self &r) |
bool | operator== (const Self &r) const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
Self & | operator++ () |
Self & | operator++ (int) |
MeshType * | GetMesh () const |
Additional Inherited Members | |
![]() | |
using | CoordinateType |
using | QEOriginType |
using | FrontType |
using | FrontTypeIterator |
using | FrontTypePointer |
using | IsVisitedContainerType |
using | IsVisitedPointerType |
QEType * | FindDefaultSeed () |
virtual CoordinateType | GetCost (QEType *edge) |
MeshType * | m_Mesh |
QEType * | m_Seed |
bool | m_Start |
FrontTypePointer | m_Front |
IsVisitedPointerType | m_IsPointVisited |
QEType * | m_CurrentEdge |
using itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::MeshType |
Definition at line 82 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::NoConstType = QuadEdgeMeshFrontIterator<MeshType, QEType> |
Definition at line 281 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::QEType |
Definition at line 83 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Self = QuadEdgeMeshConstFrontIterator |
Hierarchy type alias & values.
Definition at line 277 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Superclass = QuadEdgeMeshFrontBaseIterator<TMesh, TQE> |
Definition at line 278 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 285 of file itkQuadEdgeMeshFrontIterator.h.
|
overridedefault |
|
inline |
Definition at line 293 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::GetMesh(), and itk::QuadEdgeMeshFrontBaseIterator< TMesh, typename TMesh::QEType >::m_Mesh.
|
inline |
Definition at line 301 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, typename TMesh::QEType >::m_CurrentEdge.