ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends | List of all members
itk::LevelSetEquationContainer< TTermContainer >::Iterator Class Reference

#include <itkLevelSetEquationContainer.h>

+ Collaboration diagram for itk::LevelSetEquationContainer< TTermContainer >::Iterator:

Detailed Description

template<class TTermContainer>
class itk::LevelSetEquationContainer< TTermContainer >::Iterator

Definition at line 185 of file itkLevelSetEquationContainer.h.

Public Member Functions

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

MapContainerIterator m_Iterator
 

Friends

class ConstIterator
 

Constructor & Destructor Documentation

template<class TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( )
inline

Definition at line 188 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( const MapContainerIterator it)
inline

Definition at line 189 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( const ConstIterator it)
inline

Definition at line 190 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::~Iterator ( )
inline

Definition at line 191 of file itkLevelSetEquationContainer.h.

Member Function Documentation

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

Definition at line 193 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
Iterator& itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator++ ( )
inline
template<class TTermContainer >
Iterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator++ ( int  )
inline

Definition at line 201 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
Iterator& itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-- ( )
inline
template<class TTermContainer >
Iterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-- ( int  )
inline

Definition at line 212 of file itkLevelSetEquationContainer.h.

template<class TTermContainer >
Iterator* itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-> ( )
inline

Definition at line 194 of file itkLevelSetEquationContainer.h.

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

Friends And Related Function Documentation

template<class TTermContainer >
friend class ConstIterator
friend

Definition at line 246 of file itkLevelSetEquationContainer.h.

Member Data Documentation

template<class TTermContainer >
MapContainerIterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::m_Iterator
private

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