ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 291 of file itkLabelMap.h.
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const Self *lm) | |
ConstIterator (const ConstIterator &iter) | |
const LabelType & | GetLabel () const |
const LabelObjectType * | GetLabelObject () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const ConstIterator &iter) const |
ConstIterator | operator++ (int) |
ConstIterator & | operator++ () |
ConstIterator & | operator= (const ConstIterator &iter) |
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 363 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 297 of file itkLabelMap.h.
|
inline |
Definition at line 304 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
|
inline |
Definition at line 324 of file itkLabelMap.h.
|
inline |
Definition at line 319 of file itkLabelMap.h.
|
inline |
Definition at line 352 of file itkLabelMap.h.
|
inline |
Definition at line 357 of file itkLabelMap.h.
|
inline |
Definition at line 347 of file itkLabelMap.h.
|
inline |
Definition at line 329 of file itkLabelMap.h.
|
inline |
Definition at line 336 of file itkLabelMap.h.
|
inline |
Definition at line 311 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
|
inline |
Definition at line 342 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
|
private |
Definition at line 365 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
|
private |
Definition at line 366 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
|
private |
Definition at line 364 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().