ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Const quad edge mesh front iterator.
Definition at line 262 of file itkQuadEdgeMeshFrontIterator.h.
Public Types | |
typedef Superclass::MeshType | MeshType |
typedef QuadEdgeMeshFrontIterator < MeshType, QEType > | NoConstType |
typedef Superclass::QEType | QEType |
typedef QuadEdgeMeshConstFrontIterator | 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 | |
const QEType * | Value () const |
QuadEdgeMeshConstFrontIterator (const MeshType *mesh=(MeshType *) 0, bool start=true, QEType *seed=(QEType *) 0) | |
virtual | ~QuadEdgeMeshConstFrontIterator () |
Self & | operator= (const NoConstType &r) |
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::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::MeshType |
Definition at line 271 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontIterator< MeshType, QEType > itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::NoConstType |
Definition at line 272 of file itkQuadEdgeMeshFrontIterator.h.
typedef Superclass::QEType itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::QEType |
Definition at line 270 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshConstFrontIterator itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Self |
Hierarchy typedefs & values.
Definition at line 268 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontBaseIterator< TMesh, TQE > itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Superclass |
Definition at line 269 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Object creation methods.
Definition at line 276 of file itkQuadEdgeMeshFrontIterator.h.
|
inlinevirtual |
Definition at line 287 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Definition at line 288 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::GetMesh().
|
inline |
Definition at line 295 of file itkQuadEdgeMeshFrontIterator.h.