#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 104 of file itkQuadEdgeMeshFrontIterator.h.
Public Member Functions | |
FrontAtom (QEType *e=(QEType *) 0, const CoordinateType c=0) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (FrontAtom) | |
bool | operator< (const FrontAtom &r) const |
FrontAtom & | operator= (const FrontAtom &r) |
bool | operator== (const FrontAtom &r) const |
virtual | ~FrontAtom ()=default |
Public Attributes | |
CoordinateType | m_Cost |
QEType * | m_Edge |
|
inline |
Definition at line 107 of file itkQuadEdgeMeshFrontIterator.h.
References m_Cost, and m_Edge.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator<(), operator=(), operator==(), and ~FrontAtom().
|
virtualdefault |
References FrontAtom().
itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | FrontAtom | ) |
References FrontAtom().
|
inline |
Definition at line 128 of file itkQuadEdgeMeshFrontIterator.h.
References FrontAtom(), m_Cost, and operator<().
Referenced by operator<().
|
inline |
Definition at line 113 of file itkQuadEdgeMeshFrontIterator.h.
References FrontAtom(), m_Cost, and m_Edge.
|
inline |
Definition at line 120 of file itkQuadEdgeMeshFrontIterator.h.
References FrontAtom(), and m_Edge.
CoordinateType itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost |
Definition at line 136 of file itkQuadEdgeMeshFrontIterator.h.
Referenced by FrontAtom(), operator<(), and operator=().
QEType* itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge |
Definition at line 135 of file itkQuadEdgeMeshFrontIterator.h.
Referenced by FrontAtom(), operator=(), and operator==().