ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
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 113 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Definition at line 116 of file itkQuadEdgeMeshFrontIterator.h.
|
inlinevirtual |
Definition at line 119 of file itkQuadEdgeMeshFrontIterator.h.
|
inline |
Definition at line 124 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 126 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost.
|
inline |
Definition at line 120 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost, and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 122 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
CoordRepType itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost |
Definition at line 130 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 129 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==().