ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetContainerBase.h>
Definition at line 100 of file itkLevelSetContainerBase.h.
Public Member Functions | |
ConstIterator ()=default | |
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 ()=default | |
Private Attributes | |
LevelSetContainerConstIteratorType | m_Iterator |
Friends | |
class | Iterator |
|
default |
|
inline |
Definition at line 104 of file itkLevelSetContainerBase.h.
|
default |
|
inline |
Definition at line 106 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 149 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 154 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 136 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
|
inline |
Definition at line 144 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
|
inline |
Definition at line 108 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 110 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 115 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 121 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 126 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 109 of file itkLevelSetContainerBase.h.
|
inline |
Definition at line 132 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator.
|
inline |
Definition at line 140 of file itkLevelSetContainerBase.h.
References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator.
|
friend |
Definition at line 161 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 160 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==().