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

#include <itkLevelSetContainerBase.h>

List of all members.

Public Member Functions

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

Private Attributes

LevelSetContainerConstIteratorType m_Iterator

Friends

class Iterator

Detailed Description

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

Definition at line 98 of file itkLevelSetContainerBase.h.


Constructor & Destructor Documentation

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::ConstIterator ( ) [inline]

Definition at line 101 of file itkLevelSetContainerBase.h.

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

Definition at line 102 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::~ConstIterator ( ) [inline]

Definition at line 103 of file itkLevelSetContainerBase.h.

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

Definition at line 104 of file itkLevelSetContainerBase.h.


Member Function Documentation

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

Definition at line 106 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator++ ( int  ) [inline]

Definition at line 113 of file itkLevelSetContainerBase.h.

template<class TIdentifier, class TLevelSet>
ConstIterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator++ ( ) [inline]
template<class TIdentifier, class TLevelSet>
ConstIterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator-- ( ) [inline]
template<class TIdentifier, class TLevelSet>
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator-- ( int  ) [inline]

Definition at line 124 of file itkLevelSetContainerBase.h.

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

Definition at line 107 of file itkLevelSetContainerBase.h.

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

Friends And Related Function Documentation

template<class TIdentifier, class TLevelSet>
friend class Iterator [friend]

Definition at line 159 of file itkLevelSetContainerBase.h.


Member Data Documentation

template<class TIdentifier, class TLevelSet>
LevelSetContainerConstIteratorType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator [private]

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