ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 373 of file itkLabelMap.h.
Public Member Functions | |
const LabelType & | GetLabel () const |
LabelObjectType * | GetLabelObject () |
void | GoToBegin () |
bool | IsAtEnd () const |
Iterator ()=default | |
Iterator (Self *lm) | |
Iterator (const Iterator &iter) | |
bool | operator!= (const Iterator &iter) const |
Iterator | operator++ (int) |
Iterator & | operator++ () |
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 |
|
private |
Definition at line 445 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 379 of file itkLabelMap.h.
|
inline |
Definition at line 386 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 406 of file itkLabelMap.h.
|
inline |
Definition at line 401 of file itkLabelMap.h.
|
inline |
Definition at line 434 of file itkLabelMap.h.
|
inline |
Definition at line 439 of file itkLabelMap.h.
|
inline |
Definition at line 429 of file itkLabelMap.h.
|
inline |
Definition at line 411 of file itkLabelMap.h.
|
inline |
Definition at line 418 of file itkLabelMap.h.
|
inline |
Definition at line 393 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 424 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 450 of file itkLabelMap.h.
|
private |
Definition at line 447 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 448 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 446 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().