ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Non const quad edge front iterator.
Definition at line 233 of file itkQuadEdgeMeshFrontIterator.h.
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 > | |
typedef TMesh | MeshType |
typedef TQE | QEType |
typedef QuadEdgeMeshFrontBaseIterator | Self |
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 QEType::OriginRefType | QEOriginType |
typedef std::list< FrontAtom > | FrontType |
typedef FrontType::iterator | FrontTypeIterator |
typedef FrontType * | FrontTypePointer |
typedef MapContainer < QEOriginType, bool > | IsVisitedContainerType |
typedef IsVisitedContainerType::Pointer | IsVisitedPointerType |
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 |
typedef Superclass::MeshType itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::MeshType |
Definition at line 241 of file itkQuadEdgeMeshFrontIterator.h.
typedef Superclass::QEType itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::QEType |
Definition at line 242 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontIterator itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Self |
Hierarchy typedefs and values.
Definition at line 239 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontBaseIterator< TMesh, TQE > itk::QuadEdgeMeshFrontIterator< TMesh, TQE >::Superclass |
Definition at line 240 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 246 of file itkQuadEdgeMeshFrontIterator.h.
|
inlinevirtual |
Object creation methods.
Definition at line 250 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 251 of file itkQuadEdgeMeshFrontIterator.h.