ITK
5.0.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 111 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 ()=default |
Public Attributes | |
CoordRepType | m_Cost |
QEType * | m_Edge |
|
inline |
Definition at line 114 of file itkQuadEdgeMeshFrontIterator.h.
|
virtualdefault |
|
inline |
Definition at line 122 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 124 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost.
|
inline |
Definition at line 118 of file itkQuadEdgeMeshFrontIterator.h.
References itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Cost, and itk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtom::m_Edge.
|
inline |
Definition at line 120 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==().