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

A forward iterator over the lines of a LabelObject. More...

#include <itkLabelObject.h>

List of all members.

Public Member Functions

 ConstLineIterator ()
 ConstLineIterator (const Self *lo)
 ConstLineIterator (const ConstLineIterator &iter)
const LineTypeGetLine () const
void GoToBegin ()
bool IsAtEnd () const
bool operator!= (const ConstLineIterator &iter) const
ConstLineIterator operator++ (int)
ConstLineIteratoroperator++ ()
ConstLineIteratoroperator= (const ConstLineIterator &iter)
bool operator== (const ConstLineIterator &iter) const

Private Types

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

Private Attributes

InternalIteratorType m_Begin
InternalIteratorType m_End
InternalIteratorType m_Iterator

Detailed Description

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

A forward iterator over the lines of a LabelObject.

A forward iterator over the indexes of a LabelObject.

Definition at line 180 of file itkLabelObject.h.


Member Typedef Documentation

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

Definition at line 248 of file itkLabelObject.h.

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

Definition at line 247 of file itkLabelObject.h.


Constructor & Destructor Documentation

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

Definition at line 184 of file itkLabelObject.h.

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

Definition at line 186 of file itkLabelObject.h.

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

Member Function Documentation

template<class TLabel , unsigned int VImageDimension>
const LineType& itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::GetLine ( ) const [inline]

Definition at line 208 of file itkLabelObject.h.

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

Definition at line 236 of file itkLabelObject.h.

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

Definition at line 241 of file itkLabelObject.h.

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

Definition at line 231 of file itkLabelObject.h.

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

Definition at line 220 of file itkLabelObject.h.

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

Definition at line 213 of file itkLabelObject.h.

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

Member Data Documentation

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

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