ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator Class Reference

#include <itkLevelSetEquationContainerBase.h>

List of all members.

Public Member Functions

 ConstIterator ()
 ConstIterator (const MapContainerConstIterator &it)
 ConstIterator (const Iterator &it)
TermContainerTypeGetEquation () const
LevelSetIdentifierType GetIdentifier () 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

MapContainerConstIterator m_Iterator

Friends

class Iterator

Detailed Description

template<class TTermContainer>
class itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator

Definition at line 124 of file itkLevelSetEquationContainerBase.h.


Constructor & Destructor Documentation

template<class TTermContainer >
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator ( ) [inline]

Definition at line 127 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator ( const MapContainerConstIterator it) [inline]

Definition at line 128 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::~ConstIterator ( ) [inline]

Definition at line 129 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator ( const Iterator it) [inline]

Definition at line 130 of file itkLevelSetEquationContainerBase.h.


Member Function Documentation

template<class TTermContainer >
TermContainerType* itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetEquation ( ) const [inline]
template<class TTermContainer >
LevelSetIdentifierType itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetIdentifier ( ) const [inline]
template<class TTermContainer >
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!= ( const Iterator it) const [inline]
template<class TTermContainer >
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!= ( const ConstIterator it) const [inline]
template<class TTermContainer >
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator* ( ) [inline]

Definition at line 131 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator++ ( int  ) [inline]

Definition at line 138 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator++ ( ) [inline]
template<class TTermContainer >
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-- ( ) [inline]
template<class TTermContainer >
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-- ( int  ) [inline]

Definition at line 149 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
ConstIterator* itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-> ( ) [inline]

Definition at line 132 of file itkLevelSetEquationContainerBase.h.

template<class TTermContainer >
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator== ( const ConstIterator it) const [inline]
template<class TTermContainer >
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator== ( const Iterator it) const [inline]

Friends And Related Function Documentation

template<class TTermContainer >
friend class Iterator [friend]

Definition at line 182 of file itkLevelSetEquationContainerBase.h.


Member Data Documentation

template<class TTermContainer >
MapContainerConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator [private]

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