![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Inheritance diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:
Collaboration diagram for itk::QuadEdgeMeshFrontIterator< TMesh, TQE >:Public Types | |
| typedef Superclass::MeshType | MeshType |
| typedef Superclass::QEType | QEType |
| typedef QuadEdgeMeshFrontIterator | Self |
| typedef QuadEdgeMeshFrontBaseIterator < TMesh, TQE > | Superclass |
Public Types inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
Public Member Functions | |
| QuadEdgeMeshFrontIterator (MeshType *mesh=(MeshType *) 0, bool start=true, QEType *seed=(QEType *) 0) | |
| virtual | ~QuadEdgeMeshFrontIterator () |
| 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 *) 0, bool start=true, QEType *seed=(QEType *) 0) | |
| virtual | ~QuadEdgeMeshFrontBaseIterator () |
Additional Inherited Members | |
Protected Types inherited from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE > | |
| typedef MeshType::CoordRepType | CoordRepType |
| typedef std::list< FrontAtom > | FrontType |
| typedef FrontType::iterator | FrontTypeIterator |
| typedef FrontType * | FrontTypePointer |
| typedef MapContainer < QEOriginType, bool > | IsVisitedContainerType |
| typedef IsVisitedContainerType::Pointer | IsVisitedPointerType |
| typedef QEType::OriginRefType | QEOriginType |
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 |
Non const quad edge front iterator.
Definition at line 230 of file itkQuadEdgeMeshFrontIterator.h.
| typedef Superclass::MeshType itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::MeshType |
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 238 of file itkQuadEdgeMeshFrontIterator.h.
| typedef Superclass::QEType itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::QEType |
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 239 of file itkQuadEdgeMeshFrontIterator.h.
| typedef QuadEdgeMeshFrontIterator itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Self |
Hierarchy typedefs and values.
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 236 of file itkQuadEdgeMeshFrontIterator.h.
| typedef QuadEdgeMeshFrontBaseIterator< TMesh, TQE > itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Superclass |
Definition at line 237 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 243 of file itkQuadEdgeMeshFrontIterator.h.
|
inlinevirtual |
Object creation methods.
Definition at line 247 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 248 of file itkQuadEdgeMeshFrontIterator.h.
1.8.1