![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkLabelMap.h>
Public Member Functions | |
const LabelType & | GetLabel () const |
LabelObjectType * | GetLabelObject () |
void | GoToBegin () |
bool | IsAtEnd () const |
Iterator ()=default | |
Iterator (const Iterator &iter) | |
Iterator (Self *lm) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator= (const Iterator &iter) |
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 |
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 405 of file itkLabelMap.h.
|
private |
Definition at line 481 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 410 of file itkLabelMap.h.
|
inline |
Definition at line 417 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
inline |
Definition at line 440 of file itkLabelMap.h.
|
inline |
Definition at line 434 of file itkLabelMap.h.
|
inline |
Definition at line 469 of file itkLabelMap.h.
|
inline |
Definition at line 475 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Iterator | ) |
|
inline |
Definition at line 454 of file itkLabelMap.h.
|
inline |
Definition at line 446 of file itkLabelMap.h.
|
inline |
Definition at line 425 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
inline |
Definition at line 461 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
friend |
Definition at line 486 of file itkLabelMap.h.
|
private |
Definition at line 483 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
|
private |
Definition at line 484 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
|
private |
Definition at line 482 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().