ITK
5.2.0
Insight Toolkit
|
#include <itkLabelMap.h>
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const ConstIterator &iter) | |
ConstIterator (const Self *lm) | |
const LabelType & | GetLabel () const |
const LabelObjectType * | GetLabelObject () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const ConstIterator &iter) const |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
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 |
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 318 of file itkLabelMap.h.
|
private |
Definition at line 398 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 323 of file itkLabelMap.h.
|
inline |
Definition at line 330 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 353 of file itkLabelMap.h.
|
inline |
Definition at line 347 of file itkLabelMap.h.
|
inline |
Definition at line 386 of file itkLabelMap.h.
|
inline |
Definition at line 392 of file itkLabelMap.h.
|
inline |
Definition at line 380 of file itkLabelMap.h.
|
inline |
Definition at line 367 of file itkLabelMap.h.
|
inline |
Definition at line 359 of file itkLabelMap.h.
|
inline |
Definition at line 338 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 374 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 400 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 401 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 399 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().