#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 392 of file itkLabelMap.h.
Public Member Functions | |
const LabelType & | GetLabel () const |
LabelObjectType * | GetLabelObject () |
void | GoToBegin () |
bool | IsAtEnd () const |
Iterator ()=default | |
Iterator (Self *lm) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &iter) const |
Private Types | |
using | InternalIteratorType = typename std::map<LabelType, LabelObjectPointerType>::iterator |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
Friends | |
class | LabelMap |
|
private |
Definition at line 452 of file itkLabelMap.h.
|
default |
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), and operator==().
|
inline |
Definition at line 397 of file itkLabelMap.h.
References m_Begin, m_End, m_Iterator, and itk::LabelMap< TLabelObject >::m_LabelObjectContainer.
|
inline |
Definition at line 411 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 405 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 440 of file itkLabelMap.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 446 of file itkLabelMap.h.
References m_End, and m_Iterator.
itk::LabelMap< TLabelObject >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Iterator | ) |
References Iterator().
|
inline |
Definition at line 425 of file itkLabelMap.h.
References m_Iterator.
|
inline |
Definition at line 417 of file itkLabelMap.h.
References Iterator().
|
inline |
Definition at line 432 of file itkLabelMap.h.
References Iterator(), m_Begin, m_End, and m_Iterator.
|
friend |
|
private |
Definition at line 454 of file itkLabelMap.h.
Referenced by GoToBegin(), Iterator(), and operator==().
|
private |
Definition at line 455 of file itkLabelMap.h.
Referenced by IsAtEnd(), Iterator(), and operator==().
|
private |
Definition at line 453 of file itkLabelMap.h.
Referenced by GetLabel(), GetLabelObject(), GoToBegin(), IsAtEnd(), Iterator(), operator++(), and operator==().