#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 |
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), and operator==().
|
inline |
Definition at line 326 of file itkLabelMap.h.
References m_Begin, m_End, m_Iterator, and itk::LabelMap< TLabelObject >::m_LabelObjectContainer.
|
inline |
Definition at line 340 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 334 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 369 of file itkLabelMap.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 375 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 354 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 346 of file itkLabelMap.h.
References ConstIterator().
|
inline |
Definition at line 361 of file itkLabelMap.h.
References ConstIterator(), m_Begin, m_End, and m_Iterator.
|
private |
Definition at line 383 of file itkLabelMap.h.
Referenced by ConstIterator(), GoToBegin(), and operator==().
|
private |
Definition at line 384 of file itkLabelMap.h.
Referenced by ConstIterator(), IsAtEnd(), and operator==().
|
private |
Definition at line 382 of file itkLabelMap.h.
Referenced by ConstIterator(), GetLabel(), GetLabelObject(), GoToBegin(), IsAtEnd(), operator++(), and operator==().