ITK
6.0.0
Insight Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Non const quad edge front iterator.
Definition at line 241 of file itkQuadEdgeMeshFrontIterator.h.
Public Types | |
using | MeshType = TMesh |
using | QEType = TQE |
using | Self = QuadEdgeMeshFrontIterator |
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 | |
QuadEdgeMeshFrontIterator (MeshType *mesh=(MeshType *) 0, bool start=true, QEType *seed=(QEType *) nullptr) | |
~QuadEdgeMeshFrontIterator () override=default | |
QEType * | Value () |
Public Member Functions inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
MeshType * | GetMesh () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self) | |
Self & | operator++ () |
Self & | operator++ (int) |
Self & | operator= (const 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 > | |
QEType * | FindDefaultSeed () |
virtual CoordRepType | GetCost (QEType *) |
Protected Attributes inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
QEType * | m_CurrentEdge {} |
FrontTypePointer | m_Front {} |
IsVisitedPointerType | m_IsPointVisited {} |
MeshType * | m_Mesh {} |
QEType * | m_Seed {} |
bool | m_Start {} |
using itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::MeshType = TMesh |
Definition at line 85 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::QEType = TQE |
Definition at line 86 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Self = QuadEdgeMeshFrontIterator |
Hierarchy type alias and values.
Definition at line 246 of file itkQuadEdgeMeshFrontIterator.h.
using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Superclass = QuadEdgeMeshFrontBaseIterator<TMesh, TQE> |
Definition at line 247 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 253 of file itkQuadEdgeMeshFrontIterator.h.
|
overridedefault |
Object creation methods.
|
inline |
Object creation methods.
Definition at line 258 of file itkQuadEdgeMeshFrontIterator.h.