ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFrontIterator.h>
Atomic information associated to each edge of the front.
Note that when sorting this list, the sorting criteria is the Cost attribute.
Definition at line 114 of file itkQuadEdgeMeshFrontIterator.h.
Public Member Functions | |
FrontAtom (QEType *e=(QEType *) 0, const CoordRepType c=0) | |
bool | operator!= (const FrontAtom &r) const |
bool | operator< (const FrontAtom &r) const |
FrontAtom & | operator= (const FrontAtom &r) |
bool | operator== (const FrontAtom &r) const |
virtual | ~FrontAtom () |
Public Attributes | |
CoordRepType | m_Cost |
QEType * | m_Edge |
|
inline |
Definition at line 117 of file itkQuadEdgeMeshFrontIterator.h.
|
inlinevirtual |
Definition at line 120 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Definition at line 125 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 127 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost.
|
inline |
Definition at line 121 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost, and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 123 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
CoordRepType itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost |
Definition at line 133 of file itkQuadEdgeMeshFrontIterator.h.
Referenced by itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator<(), and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator=().
QEType* itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge |
Definition at line 132 of file itkQuadEdgeMeshFrontIterator.h.
Referenced by itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator!=(), itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator=(), and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator==().