ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Types | Private Attributes | Friends | List of all members
itk::LabelMap< TLabelObject >::Iterator Class Reference

#include <itkLabelMap.h>

+ Collaboration diagram for itk::LabelMap< TLabelObject >::Iterator:

Detailed Description

template<typename TLabelObject>
class itk::LabelMap< TLabelObject >::Iterator

A forward iterator over the LabelObjects of a LabelMap.

Definition at line 373 of file itkLabelMap.h.

Public Member Functions

const LabelTypeGetLabel () const
 
LabelObjectTypeGetLabelObject ()
 
void GoToBegin ()
 
bool IsAtEnd () const
 
 Iterator ()=default
 
 Iterator (Self *lm)
 
 Iterator (const Iterator &iter)
 
bool operator!= (const Iterator &iter) const
 
Iterator operator++ (int)
 
Iteratoroperator++ ()
 
Iteratoroperator= (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
 

Member Typedef Documentation

template<typename TLabelObject >
using itk::LabelMap< TLabelObject >::Iterator::InternalIteratorType = typename std::map< LabelType, LabelObjectPointerType >::iterator
private

Definition at line 445 of file itkLabelMap.h.

Constructor & Destructor Documentation

template<typename TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( )
default
template<typename TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( Self lm)
inline

Definition at line 379 of file itkLabelMap.h.

template<typename TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( const Iterator iter)
inline

Member Function Documentation

template<typename TLabelObject >
const LabelType& itk::LabelMap< TLabelObject >::Iterator::GetLabel ( ) const
inline

Definition at line 406 of file itkLabelMap.h.

template<typename TLabelObject >
LabelObjectType* itk::LabelMap< TLabelObject >::Iterator::GetLabelObject ( )
inline

Definition at line 401 of file itkLabelMap.h.

template<typename TLabelObject >
void itk::LabelMap< TLabelObject >::Iterator::GoToBegin ( )
inline

Definition at line 434 of file itkLabelMap.h.

template<typename TLabelObject >
bool itk::LabelMap< TLabelObject >::Iterator::IsAtEnd ( ) const
inline

Definition at line 439 of file itkLabelMap.h.

template<typename TLabelObject >
bool itk::LabelMap< TLabelObject >::Iterator::operator!= ( const Iterator iter) const
inline

Definition at line 429 of file itkLabelMap.h.

template<typename TLabelObject >
Iterator itk::LabelMap< TLabelObject >::Iterator::operator++ ( int  )
inline

Definition at line 411 of file itkLabelMap.h.

template<typename TLabelObject >
Iterator& itk::LabelMap< TLabelObject >::Iterator::operator++ ( )
inline

Definition at line 418 of file itkLabelMap.h.

template<typename TLabelObject >
Iterator& itk::LabelMap< TLabelObject >::Iterator::operator= ( const Iterator iter)
inline
template<typename TLabelObject >
bool itk::LabelMap< TLabelObject >::Iterator::operator== ( const Iterator iter) const
inline

Friends And Related Function Documentation

template<typename TLabelObject >
friend class LabelMap
friend

Definition at line 450 of file itkLabelMap.h.

Member Data Documentation

template<typename TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Begin
private
template<typename TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_End
private
template<typename TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Iterator
private

The documentation for this class was generated from the following file: