![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Inheritance diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:
Collaboration diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:Non const quad edge front iterator.
Definition at line 233 of file itkQuadEdgeMeshFrontIterator.h.
Public Types | |
| using | MeshType = typename Superclass::MeshType |
| using | QEType = typename Superclass::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=(QEType *) nullptr) | |
| ~QuadEdgeMeshFrontIterator () override=default | |
| QEType * | Value () |
Public Member Functions inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
| MeshType * | GetMesh () const |
| bool | operator!= (Self &r) |
| bool | operator!= (const Self &r) const |
| Self & | operator++ () |
| Self & | operator++ (int) |
| Self & | operator= (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 > | |
| QEType * | FindDefaultSeed () |
| virtual CoordRepType | 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::QuadEdgeMeshFrontIterator< TMesh, TQE >::MeshType = typename Superclass::MeshType |
Definition at line 241 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::QEType = typename Superclass::QEType |
Definition at line 242 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Self = QuadEdgeMeshFrontIterator |
Hierarchy type alias and values.
Definition at line 239 of file itkQuadEdgeMeshFrontIterator.h.
| using itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Superclass = QuadEdgeMeshFrontBaseIterator< TMesh, TQE > |
Definition at line 240 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 246 of file itkQuadEdgeMeshFrontIterator.h.
|
overridedefault |
Object creation methods.
|
inline |
Object creation methods.
Definition at line 251 of file itkQuadEdgeMeshFrontIterator.h.
1.8.5