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

#include <itkLabelMap.h>

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

Detailed Description

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

A forward iterator over the LabelObjects of a LabelMap.

Definition at line 289 of file itkLabelMap.h.

Public Member Functions

 ConstIterator ()
 
 ConstIterator (const Self *lm)
 
 ConstIterator (const ConstIterator &iter)
 
const LabelTypeGetLabel () const
 
const LabelObjectTypeGetLabelObject () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
bool operator!= (const ConstIterator &iter) const
 
ConstIterator operator++ (int)
 
ConstIteratoroperator++ ()
 
ConstIteratoroperator= (const ConstIterator &iter)
 
bool operator== (const ConstIterator &iter) const
 

Private Types

typedef std::map< LabelType,
LabelObjectPointerType >
::const_iterator 
InternalIteratorType
 

Private Attributes

InternalIteratorType m_Begin
 
InternalIteratorType m_End
 
InternalIteratorType m_Iterator
 

Member Typedef Documentation

template<typename TLabelObject >
typedef std::map< LabelType, LabelObjectPointerType >::const_iterator itk::LabelMap< TLabelObject >::ConstIterator::InternalIteratorType
private

Definition at line 361 of file itkLabelMap.h.

Constructor & Destructor Documentation

template<typename TLabelObject >
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator ( )
inline

Definition at line 293 of file itkLabelMap.h.

template<typename TLabelObject >
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator ( const Self lm)
inline
template<typename TLabelObject >
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator ( const ConstIterator iter)
inline

Member Function Documentation

template<typename TLabelObject >
const LabelType& itk::LabelMap< TLabelObject >::ConstIterator::GetLabel ( ) const
inline
template<typename TLabelObject >
const LabelObjectType* itk::LabelMap< TLabelObject >::ConstIterator::GetLabelObject ( ) const
inline
template<typename TLabelObject >
void itk::LabelMap< TLabelObject >::ConstIterator::GoToBegin ( void  )
inline
template<typename TLabelObject >
bool itk::LabelMap< TLabelObject >::ConstIterator::IsAtEnd ( void  ) const
inline
template<typename TLabelObject >
bool itk::LabelMap< TLabelObject >::ConstIterator::operator!= ( const ConstIterator iter) const
inline

Definition at line 345 of file itkLabelMap.h.

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

Definition at line 327 of file itkLabelMap.h.

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

Member Data Documentation

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

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