ITK
5.2.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) | |
bool | operator!= (const Iterator &iter) const |
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 409 of file itkLabelMap.h.
|
private |
Definition at line 489 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 414 of file itkLabelMap.h.
|
inline |
Definition at line 421 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 444 of file itkLabelMap.h.
|
inline |
Definition at line 438 of file itkLabelMap.h.
|
inline |
Definition at line 477 of file itkLabelMap.h.
|
inline |
Definition at line 483 of file itkLabelMap.h.
|
inline |
Definition at line 471 of file itkLabelMap.h.
|
inline |
Definition at line 458 of file itkLabelMap.h.
|
inline |
Definition at line 450 of file itkLabelMap.h.
|
inline |
Definition at line 429 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 465 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 494 of file itkLabelMap.h.
|
private |
Definition at line 491 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 492 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 490 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().