#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 320 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 380 of file itkLabelMap.h.
|
default |
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), and operator==().
|
inline |
Definition at line 325 of file itkLabelMap.h.
References m_Begin, m_End, m_Iterator, and itk::LabelMap< TLabelObject >::m_LabelObjectContainer.
|
inline |
Definition at line 339 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 333 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 368 of file itkLabelMap.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 374 of file itkLabelMap.h.
References m_End, and m_Iterator.
itk::LabelMap< TLabelObject >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
References ConstIterator().
|
inline |
Definition at line 353 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 345 of file itkLabelMap.h.
References ConstIterator().
|
inline |
Definition at line 360 of file itkLabelMap.h.
References ConstIterator(), m_Begin, m_End, and m_Iterator.
|
private |
Definition at line 382 of file itkLabelMap.h.
Referenced by ConstIterator(), GoToBegin(), and operator==().
|
private |
Definition at line 383 of file itkLabelMap.h.
Referenced by ConstIterator(), IsAtEnd(), and operator==().
|
private |
Definition at line 381 of file itkLabelMap.h.
Referenced by ConstIterator(), GetLabel(), GetLabelObject(), GoToBegin(), IsAtEnd(), operator++(), and operator==().