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

#include <itkLevelSetEquationTermContainerBase.h>

List of all members.

Public Member Functions

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

Private Attributes

MapTermContainerIteratorType m_Iterator

Friends

class ConstIterator

Detailed Description

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

Definition at line 202 of file itkLevelSetEquationTermContainerBase.h.


Constructor & Destructor Documentation

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

Definition at line 205 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 206 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 207 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 208 of file itkLevelSetEquationTermContainerBase.h.


Member Function Documentation

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

Definition at line 210 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 218 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 229 of file itkLevelSetEquationTermContainerBase.h.

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

Definition at line 211 of file itkLevelSetEquationTermContainerBase.h.

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

Friends And Related Function Documentation

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

Definition at line 263 of file itkLevelSetEquationTermContainerBase.h.


Member Data Documentation

template<class TInputImage , class TLevelSetContainer >
MapTermContainerIteratorType itk::LevelSetEquationTermContainerBase< TInputImage, TLevelSetContainer >::Iterator::m_Iterator [private]

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