Atomic information associated to each edge of the front. More...
#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 102 of file itkQuadEdgeMeshFrontIterator.h.
itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::FrontAtom | ( | QEType * | e = (QEType*)0 , |
|
const CoordRepType | c = 0 | |||
) | [inline] |
Definition at line 105 of file itkQuadEdgeMeshFrontIterator.h.
virtual itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::~FrontAtom | ( | ) | [inline, virtual] |
Definition at line 108 of file itkQuadEdgeMeshFrontIterator.h.
bool itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator!= | ( | const FrontAtom & | r | ) | const [inline] |
Definition at line 113 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
bool itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator< | ( | const FrontAtom & | r | ) | const [inline] |
Definition at line 115 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost.
FrontAtom& itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator= | ( | const FrontAtom & | r | ) | [inline] |
Definition at line 109 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost, and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
bool itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::operator== | ( | const FrontAtom & | r | ) | const [inline] |
Definition at line 111 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
CoordRepType itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost |
Definition at line 121 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 120 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==().