ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetContainerBase.h>
Public Member Functions | |
ConstIterator () | |
ConstIterator (const LevelSetContainerConstIteratorType &it) | |
ConstIterator (const Iterator &it) | |
LevelSetIdentifierType | GetIdentifier () const |
LevelSetType * | GetLevelSet () 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 | |
LevelSetContainerConstIteratorType | m_Iterator |
Friends | |
class | Iterator |
Definition at line 98 of file itkLevelSetContainerBase.h.
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 101 of file itkLevelSetContainerBase.h.
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::ConstIterator | ( | const LevelSetContainerConstIteratorType & | it | ) | [inline] |
Definition at line 102 of file itkLevelSetContainerBase.h.
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::~ConstIterator | ( | ) | [inline] |
Definition at line 103 of file itkLevelSetContainerBase.h.
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::ConstIterator | ( | const Iterator & | it | ) | [inline] |
Definition at line 104 of file itkLevelSetContainerBase.h.
LevelSetIdentifierType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::GetIdentifier | ( | ) | const [inline] |
Definition at line 147 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
LevelSetType* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::GetLevelSet | ( | ) | const [inline] |
Definition at line 152 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator!= | ( | const Iterator & | it | ) | const [inline] |
Definition at line 134 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator, and itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator!= | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 142 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
ConstIterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator* | ( | ) | [inline] |
Definition at line 106 of file itkLevelSetContainerBase.h.
ConstIterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 108 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 113 of file itkLevelSetContainerBase.h.
ConstIterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator-- | ( | ) | [inline] |
Definition at line 119 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator-- | ( | int | ) | [inline] |
Definition at line 124 of file itkLevelSetContainerBase.h.
ConstIterator* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator-> | ( | ) | [inline] |
Definition at line 107 of file itkLevelSetContainerBase.h.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator== | ( | const Iterator & | it | ) | const [inline] |
Definition at line 130 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator, and itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator== | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 138 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
friend class Iterator [friend] |
Definition at line 159 of file itkLevelSetContainerBase.h.
LevelSetContainerConstIteratorType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator [private] |
Definition at line 158 of file itkLevelSetContainerBase.h.
Referenced by itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::GetIdentifier(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::GetLevelSet(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator!=(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!=(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator++(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator--(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator==(), and itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator==().