#include <itkQuadEdgeMeshFrontIterator.h>
Non const quad edge front iterator.
Definition at line 234 of file itkQuadEdgeMeshFrontIterator.h.
Inheritance diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:
Collaboration diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:Public Types | |
| using | MeshType |
| using | QEType |
| 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=nullptr) | |
| QEType * | Value () |
| ~QuadEdgeMeshFrontIterator () override=default | |
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=nullptr, bool start=true, QEType *seed=nullptr) | |
| virtual | ~QuadEdgeMeshFrontBaseIterator () |
Additional Inherited Members | |
Protected Types inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
| using | CoordinateType = typename MeshType::CoordinateType |
| using | FrontType = std::list<FrontAtom> |
| using | FrontTypeIterator = typename FrontType::iterator |
| using | FrontTypePointer = FrontType * |
| using | IsVisitedContainerType = MapContainer<QEOriginType, bool> |
| using | IsVisitedPointerType = typename IsVisitedContainerType::Pointer |
| using | QEOriginType = typename QEType::OriginRefType |
Protected Member Functions inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
| QEType * | FindDefaultSeed () |
| virtual CoordinateType | GetCost (QEType *edge) |
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 |
Definition at line 82 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::QEType |
Definition at line 83 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Self = QuadEdgeMeshFrontIterator |
Hierarchy type alias and values.
Definition at line 238 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Superclass = QuadEdgeMeshFrontBaseIterator<TMesh, TQE> |
Definition at line 239 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 245 of file itkQuadEdgeMeshFrontIterator.h.
|
overridedefault |
|
inline |
Definition at line 252 of file itkQuadEdgeMeshFrontIterator.h.