ITK
6.0.0
Insight Toolkit
|
#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 321 of file itkLabelMap.h.
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const Self *lm) | |
const LabelType & | GetLabel () const |
const LabelObjectType * | GetLabelObject () const |
void | GoToBegin () |
bool | IsAtEnd () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
bool | operator== (const ConstIterator &iter) const |
Private Types | |
using | InternalIteratorType = typename std::map< LabelType, LabelObjectPointerType >::const_iterator |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
|
private |
Definition at line 381 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 326 of file itkLabelMap.h.
|
inline |
Definition at line 340 of file itkLabelMap.h.
|
inline |
Definition at line 334 of file itkLabelMap.h.
|
inline |
Definition at line 369 of file itkLabelMap.h.
|
inline |
Definition at line 375 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
|
inline |
Definition at line 354 of file itkLabelMap.h.
|
inline |
Definition at line 346 of file itkLabelMap.h.
|
inline |
Definition at line 361 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
|
private |
Definition at line 383 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::operator==().
|
private |
Definition at line 384 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::operator==().
|
private |
Definition at line 382 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::operator==().