ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator Class Reference

#include <itkLevelSetContainerBase.h>

List of all members.

Public Member Functions

LevelSetIdentifierType GetIdentifier () const
LevelSetTypeGetLevelSet () const
 Iterator ()
 Iterator (const LevelSetContainerIteratorType &it)
 Iterator (const ConstIterator &it)
bool operator!= (const Iterator &it) const
bool operator!= (const ConstIterator &it) const
Iteratoroperator* ()
Iteratoroperator++ ()
Iterator operator++ (int)
Iteratoroperator-- ()
Iterator operator-- (int)
Iteratoroperator-> ()
bool operator== (const Iterator &it) const
bool operator== (const ConstIterator &it) const
 ~Iterator ()

Private Attributes

LevelSetContainerIteratorType m_Iterator

Friends

class ConstIterator

Detailed Description

template<class TIdentifier, class TLevelSet>
class itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator

Definition at line 164 of file itkLevelSetContainerBase.h.


Constructor & Destructor Documentation

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( )
inline

Definition at line 167 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( const LevelSetContainerIteratorType it)
inline

Definition at line 168 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( const ConstIterator it)
inline

Definition at line 169 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::~Iterator ( )
inline

Definition at line 170 of file itkLevelSetContainerBase.h.


Member Function Documentation

template<class TIdentifier, class TLevelSet>
LevelSetIdentifierType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::GetIdentifier ( ) const
inline
template<class TIdentifier, class TLevelSet>
LevelSetType* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::GetLevelSet ( ) const
inline
template<class TIdentifier, class TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!= ( const Iterator it) const
inline
template<class TIdentifier, class TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!= ( const ConstIterator it) const
inline
template<class TIdentifier, class TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator* ( )
inline

Definition at line 172 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator++ ( )
inline
template<class TIdentifier, class TLevelSet>
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator++ ( int  )
inline

Definition at line 179 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-- ( )
inline
template<class TIdentifier, class TLevelSet>
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-- ( int  )
inline

Definition at line 190 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
Iterator* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-> ( )
inline

Definition at line 173 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator== ( const Iterator it) const
inline
template<class TIdentifier, class TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator== ( const ConstIterator it) const
inline

Friends And Related Function Documentation

template<class TIdentifier, class TLevelSet>
friend class ConstIterator
friend

Definition at line 225 of file itkLevelSetContainerBase.h.


Member Data Documentation

template<class TIdentifier, class TLevelSet>
LevelSetContainerIteratorType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator
private

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