ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends
itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator Class Reference

#include <itkLevelSetEquationTermContainerBase.h>

List of all members.

Public Member Functions

 ConstIterator ()
 ConstIterator (const MapTermContainerConstIteratorType &it)
 ConstIterator (const Iterator &it)
TermIdType GetIdentifier () const
TermTypeGetTerm () 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

MapTermContainerConstIteratorType m_Iterator

Friends

class Iterator

Detailed Description

template<class TInputImage, class TLevelSetContainer>
class itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator

Definition at line 141 of file itkLevelSetEquationTermContainerBase.h.


Constructor & Destructor Documentation

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::ConstIterator ( ) [inline]

Definition at line 144 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::ConstIterator ( const MapTermContainerConstIteratorType it) [inline]

Definition at line 145 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::~ConstIterator ( ) [inline]

Definition at line 146 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::ConstIterator ( const Iterator it) [inline]

Definition at line 147 of file itkLevelSetEquationTermContainerBase.h.


Member Function Documentation

template<class TInputImage , class TLevelSetContainer >
TermIdType itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::GetIdentifier ( ) const [inline]
template<class TInputImage , class TLevelSetContainer >
TermType* itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::GetTerm ( ) const [inline]
template<class TInputImage , class TLevelSetContainer >
bool itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator!= ( const Iterator it) const [inline]
template<class TInputImage , class TLevelSetContainer >
bool itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator!= ( const ConstIterator it) const [inline]
template<class TInputImage , class TLevelSetContainer >
ConstIterator& itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator* ( ) [inline]

Definition at line 148 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
ConstIterator itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator++ ( int  ) [inline]

Definition at line 155 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
ConstIterator& itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator++ ( ) [inline]
template<class TInputImage , class TLevelSetContainer >
ConstIterator& itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator-- ( ) [inline]
template<class TInputImage , class TLevelSetContainer >
ConstIterator itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator-- ( int  ) [inline]

Definition at line 166 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
ConstIterator* itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator-> ( ) [inline]

Definition at line 149 of file itkLevelSetEquationTermContainerBase.h.

template<class TInputImage , class TLevelSetContainer >
bool itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator== ( const ConstIterator it) const [inline]
template<class TInputImage , class TLevelSetContainer >
bool itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::operator== ( const Iterator it) const [inline]

Friends And Related Function Documentation

template<class TInputImage , class TLevelSetContainer >
friend class Iterator [friend]

Definition at line 199 of file itkLevelSetEquationTermContainerBase.h.


Member Data Documentation

template<class TInputImage , class TLevelSetContainer >
MapTermContainerConstIteratorType itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator [private]

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