ITK
5.2.0
Insight Toolkit
|
#include <itkLevelSetContainerBase.h>
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const Iterator &it) | |
ConstIterator (const LevelSetContainerConstIteratorType &it) | |
LevelSetIdentifierType | GetIdentifier () const |
LevelSetType * | GetLevelSet () const |
bool | operator!= (const ConstIterator &it) const |
bool | operator!= (const Iterator &it) const |
ConstIterator & | operator* () |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
ConstIterator * | operator-> () |
bool | operator== (const ConstIterator &it) const |
bool | operator== (const Iterator &it) const |
~ConstIterator ()=default | |
Private Attributes | |
LevelSetContainerConstIteratorType | m_Iterator |
Friends | |
class | Iterator |
Definition at line 101 of file itkLevelSetContainerBase.h.
|
default |
|
inline |
Definition at line 105 of file itkLevelSetContainerBase.h.
|
default |
|
inline |
Definition at line 109 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 164 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 170 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 158 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
|
inline |
Definition at line 148 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
|
inline |
Definition at line 114 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 117 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 123 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 130 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 136 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 115 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 153 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
|
inline |
Definition at line 143 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
|
friend |
Definition at line 177 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 176 of file itkLevelSetContainerBase.h.
Referenced by itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator!=(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!=(), itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::operator==(), and itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator==().