ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Types | Private Member Functions | Private Attributes
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator Class Reference

#include <itkLabelObject.h>

Collaboration diagram for itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator:

List of all members.

Public Member Functions

 ConstIndexIterator ()
 ConstIndexIterator (const Self *lo)
 ConstIndexIterator (const ConstIndexIterator &iter)
const IndexTypeGetIndex () const
void GoToBegin ()
bool IsAtEnd () const
bool operator!= (const ConstIndexIterator &iter) const
ConstIndexIteratoroperator++ ()
ConstIndexIterator operator++ (int)
ConstIndexIteratoroperator= (const ConstIndexIterator &iter)
bool operator== (const ConstIndexIterator &iter) const

Private Types

typedef
LineContainerType::const_iterator 
InternalIteratorType
typedef std::deque< LineTypeLineContainerType

Private Member Functions

void NextValidLine ()

Private Attributes

InternalIteratorType m_Begin
InternalIteratorType m_End
IndexType m_Index
InternalIteratorType m_Iterator

Detailed Description

template<class TLabel, unsigned int VImageDimension>
class itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator

Definition at line 258 of file itkLabelObject.h.


Member Typedef Documentation

template<class TLabel , unsigned int VImageDimension>
typedef LineContainerType::const_iterator itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::InternalIteratorType [private]

Definition at line 343 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
typedef std::deque< LineType > itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::LineContainerType [private]

Definition at line 342 of file itkLabelObject.h.


Constructor & Destructor Documentation

template<class TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator ( ) [inline]

Definition at line 262 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator ( const Self lo) [inline]

Definition at line 270 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator ( const ConstIndexIterator iter) [inline]

Member Function Documentation

template<class TLabel , unsigned int VImageDimension>
const IndexType& itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::GetIndex ( void  ) const [inline]

Definition at line 294 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::GoToBegin ( void  ) [inline]

Definition at line 328 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::IsAtEnd ( void  ) const [inline]

Definition at line 335 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::NextValidLine ( ) [inline, private]

Definition at line 344 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator!= ( const ConstIndexIterator iter) const [inline]

Definition at line 323 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
ConstIndexIterator itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator++ ( int  ) [inline]

Definition at line 311 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
ConstIndexIterator& itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator++ ( ) [inline]

Definition at line 299 of file itkLabelObject.h.

template<class TLabel , unsigned int VImageDimension>
ConstIndexIterator& itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator= ( const ConstIndexIterator iter) [inline]
template<class TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator== ( const ConstIndexIterator iter) const [inline]

Member Data Documentation

template<class TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Begin [private]
template<class TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_End [private]
template<class TLabel , unsigned int VImageDimension>
IndexType itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Index [private]
template<class TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Iterator [private]

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