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

#include <itkLevelSetEquationTermContainer.h>

+ Collaboration diagram for itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator:

List of all members.

Public Member Functions

 ConstIterator ()
 ConstIterator (const MapTermContainerConstIteratorType &it)
 ConstIterator (const Iterator &it)
TermIdType GetIdentifier () const
TermTypeGetTerm () const
bool operator!= (const Iterator &it) const
bool operator!= (const ConstIterator &it) const
ConstIteratoroperator* ()
ConstIteratoroperator++ ()
ConstIterator operator++ (int)
ConstIteratoroperator-- ()
ConstIterator operator-- (int)
ConstIteratoroperator-> ()
bool operator== (const Iterator &it) const
bool operator== (const ConstIterator &it) const
 ~ConstIterator ()

Private Attributes

MapTermContainerConstIteratorType m_Iterator

Friends

class Iterator

Detailed Description

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

Definition at line 141 of file itkLevelSetEquationTermContainer.h.


Constructor & Destructor Documentation

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::ConstIterator ( )
inline

Definition at line 144 of file itkLevelSetEquationTermContainer.h.

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

Definition at line 145 of file itkLevelSetEquationTermContainer.h.

template<class TInputImage , class TLevelSetContainer >
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::~ConstIterator ( )
inline

Definition at line 146 of file itkLevelSetEquationTermContainer.h.

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

Definition at line 147 of file itkLevelSetEquationTermContainer.h.


Member Function Documentation

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

Definition at line 148 of file itkLevelSetEquationTermContainer.h.

template<class TInputImage , class TLevelSetContainer >
ConstIterator& itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::operator++ ( )
inline
template<class TInputImage , class TLevelSetContainer >
ConstIterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::operator++ ( int  )
inline

Definition at line 155 of file itkLevelSetEquationTermContainer.h.

template<class TInputImage , class TLevelSetContainer >
ConstIterator& itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::operator-- ( )
inline
template<class TInputImage , class TLevelSetContainer >
ConstIterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::operator-- ( int  )
inline

Definition at line 166 of file itkLevelSetEquationTermContainer.h.

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

Definition at line 149 of file itkLevelSetEquationTermContainer.h.

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

Friends And Related Function Documentation

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

Definition at line 199 of file itkLevelSetEquationTermContainer.h.


Member Data Documentation

template<class TInputImage , class TLevelSetContainer >
MapTermContainerConstIteratorType itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator
private

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