ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationContainerBase.h>
Public Member Functions | |
ConstIterator () | |
ConstIterator (const MapContainerConstIterator &it) | |
ConstIterator (const Iterator &it) | |
TermContainerType * | GetEquation () const |
LevelSetIdentifierType | GetIdentifier () const |
bool | operator!= (const Iterator &it) const |
bool | operator!= (const ConstIterator &it) const |
ConstIterator & | operator* () |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
ConstIterator * | operator-> () |
bool | operator== (const Iterator &it) const |
bool | operator== (const ConstIterator &it) const |
~ConstIterator () | |
Private Attributes | |
MapContainerConstIterator | m_Iterator |
Friends | |
class | Iterator |
Definition at line 124 of file itkLevelSetEquationContainerBase.h.
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 127 of file itkLevelSetEquationContainerBase.h.
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator | ( | const MapContainerConstIterator & | it | ) | [inline] |
Definition at line 128 of file itkLevelSetEquationContainerBase.h.
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::~ConstIterator | ( | ) | [inline] |
Definition at line 129 of file itkLevelSetEquationContainerBase.h.
itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::ConstIterator | ( | const Iterator & | it | ) | [inline] |
Definition at line 130 of file itkLevelSetEquationContainerBase.h.
TermContainerType* itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetEquation | ( | ) | const [inline] |
Definition at line 176 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
LevelSetIdentifierType itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetIdentifier | ( | ) | const [inline] |
Definition at line 171 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!= | ( | const Iterator & | it | ) | const [inline] |
Definition at line 159 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator, and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!= | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 167 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator* | ( | ) | [inline] |
Definition at line 131 of file itkLevelSetEquationContainerBase.h.
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 133 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 138 of file itkLevelSetEquationContainerBase.h.
ConstIterator& itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-- | ( | ) | [inline] |
Definition at line 144 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-- | ( | int | ) | [inline] |
Definition at line 149 of file itkLevelSetEquationContainerBase.h.
ConstIterator* itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator-> | ( | ) | [inline] |
Definition at line 132 of file itkLevelSetEquationContainerBase.h.
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator== | ( | const Iterator & | it | ) | const [inline] |
Definition at line 155 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator, and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
bool itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator== | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 163 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator.
friend class Iterator [friend] |
Definition at line 182 of file itkLevelSetEquationContainerBase.h.
MapContainerConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator [private] |
Definition at line 181 of file itkLevelSetEquationContainerBase.h.
Referenced by itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetEquation(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::GetIdentifier(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!=(), itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator!=(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator++(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator--(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator==(), and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator==().