ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 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) |
Const quad edge mesh front iterator.
Definition at line 259 of file itkQuadEdgeMeshFrontIterator.h.
typedef Superclass::MeshType itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::MeshType |
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 268 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontIterator< MeshType, QEType > itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::NoConstType |
Definition at line 269 of file itkQuadEdgeMeshFrontIterator.h.
typedef Superclass::QEType itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::QEType |
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 267 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshConstFrontIterator itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Self |
Hierarchy typedefs & values.
Reimplemented from itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >.
Definition at line 265 of file itkQuadEdgeMeshFrontIterator.h.
typedef QuadEdgeMeshFrontBaseIterator< TMesh, TQE > itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Superclass |
Definition at line 266 of file itkQuadEdgeMeshFrontIterator.h.
itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::QuadEdgeMeshConstFrontIterator | ( | const MeshType * | mesh = (MeshType *)0 , |
bool | start = true , |
||
QEType * | seed = (QEType *)0 |
||
) | [inline] |
Object creation methods.
Definition at line 273 of file itkQuadEdgeMeshFrontIterator.h.
virtual itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::~QuadEdgeMeshConstFrontIterator | ( | ) | [inline, virtual] |
Definition at line 284 of file itkQuadEdgeMeshFrontIterator.h.
Self& itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::operator= | ( | const NoConstType & | r | ) | [inline] |
Definition at line 285 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::GetMesh().
const QEType* itk::QuadEdgeMeshConstFrontIterator< TMesh, TQE >::Value | ( | void | ) | const [inline] |
Definition at line 292 of file itkQuadEdgeMeshFrontIterator.h.