ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Types | Private Attributes | Friends
itk::LabelMap< TLabelObject >::Iterator Class Reference

A forward iterator over the LabelObjects of a LabelMap. More...

#include <itkLabelMap.h>

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

List of all members.

Public Member Functions

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

Private Types

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

Private Attributes

InternalIteratorType m_Begin
InternalIteratorType m_End
InternalIteratorType m_Iterator

Friends

class LabelMap

Detailed Description

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

A forward iterator over the LabelObjects of a LabelMap.

Definition at line 391 of file itkLabelMap.h.


Member Typedef Documentation

template<class TLabelObject >
typedef std::map< LabelType, LabelObjectPointerType >::iterator itk::LabelMap< TLabelObject >::Iterator::InternalIteratorType [private]

Definition at line 463 of file itkLabelMap.h.


Constructor & Destructor Documentation

template<class TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( ) [inline]

Definition at line 395 of file itkLabelMap.h.

template<class TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( Self lm) [inline]

Definition at line 397 of file itkLabelMap.h.

template<class TLabelObject >
itk::LabelMap< TLabelObject >::Iterator::Iterator ( const Iterator iter) [inline]

Member Function Documentation

template<class TLabelObject >
const LabelType& itk::LabelMap< TLabelObject >::Iterator::GetLabel ( ) const [inline]

Definition at line 424 of file itkLabelMap.h.

template<class TLabelObject >
LabelObjectType* itk::LabelMap< TLabelObject >::Iterator::GetLabelObject ( ) [inline]

Definition at line 419 of file itkLabelMap.h.

template<class TLabelObject >
void itk::LabelMap< TLabelObject >::Iterator::GoToBegin ( void  ) [inline]

Definition at line 452 of file itkLabelMap.h.

template<class TLabelObject >
bool itk::LabelMap< TLabelObject >::Iterator::IsAtEnd ( void  ) const [inline]

Definition at line 457 of file itkLabelMap.h.

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

Definition at line 447 of file itkLabelMap.h.

template<class TLabelObject >
Iterator& itk::LabelMap< TLabelObject >::Iterator::operator++ ( ) [inline]

Definition at line 436 of file itkLabelMap.h.

template<class TLabelObject >
Iterator itk::LabelMap< TLabelObject >::Iterator::operator++ ( int  ) [inline]

Definition at line 429 of file itkLabelMap.h.

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

Friends And Related Function Documentation

template<class TLabelObject >
friend class LabelMap [friend]

Definition at line 468 of file itkLabelMap.h.


Member Data Documentation

template<class TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Begin [private]
template<class TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_End [private]
template<class TLabelObject >
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Iterator [private]

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