ITK  5.2.0
Insight Toolkit
Public Member Functions | Private Attributes | Friends | List of all members
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator Class Reference

#include <itkLevelSetContainerBase.h>

Public Member Functions

LevelSetIdentifierType GetIdentifier () const
 
LevelSetTypeGetLevelSet () const
 
 Iterator ()=default
 
 Iterator (const ConstIterator &it)
 
 Iterator (const LevelSetContainerIteratorType &it)
 
bool operator!= (const ConstIterator &it) const
 
bool operator!= (const Iterator &it) const
 
Iteratoroperator* ()
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator-- ()
 
Iterator operator-- (int)
 
Iteratoroperator-> ()
 
bool operator== (const ConstIterator &it) const
 
bool operator== (const Iterator &it) const
 
 ~Iterator ()=default
 

Private Attributes

LevelSetContainerIteratorType m_Iterator
 

Friends

class ConstIterator
 

Detailed Description

template<typename TIdentifier, typename TLevelSet>
class itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator

Definition at line 183 of file itkLevelSetContainerBase.h.

Constructor & Destructor Documentation

◆ Iterator() [1/3]

template<typename TIdentifier, typename TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( )
default

◆ Iterator() [2/3]

template<typename TIdentifier, typename TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( const LevelSetContainerIteratorType it)
inline

Definition at line 187 of file itkLevelSetContainerBase.h.

◆ Iterator() [3/3]

template<typename TIdentifier, typename TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::Iterator ( const ConstIterator it)
inline

Definition at line 190 of file itkLevelSetContainerBase.h.

◆ ~Iterator()

template<typename TIdentifier, typename TLevelSet>
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::~Iterator ( )
default

Member Function Documentation

◆ GetIdentifier()

template<typename TIdentifier, typename TLevelSet>
LevelSetIdentifierType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::GetIdentifier ( ) const
inline

Definition at line 246 of file itkLevelSetContainerBase.h.

◆ GetLevelSet()

template<typename TIdentifier, typename TLevelSet>
LevelSetType* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::GetLevelSet ( ) const
inline

Definition at line 252 of file itkLevelSetContainerBase.h.

◆ operator!=() [1/2]

template<typename TIdentifier, typename TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!= ( const ConstIterator it) const
inline

◆ operator!=() [2/2]

template<typename TIdentifier, typename TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator!= ( const Iterator it) const
inline

◆ operator*()

template<typename TIdentifier, typename TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator* ( )
inline

Definition at line 196 of file itkLevelSetContainerBase.h.

◆ operator++() [1/2]

template<typename TIdentifier, typename TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator++ ( )
inline

Definition at line 199 of file itkLevelSetContainerBase.h.

◆ operator++() [2/2]

template<typename TIdentifier, typename TLevelSet>
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator++ ( int  )
inline

Definition at line 205 of file itkLevelSetContainerBase.h.

◆ operator--() [1/2]

template<typename TIdentifier, typename TLevelSet>
Iterator& itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-- ( )
inline

Definition at line 212 of file itkLevelSetContainerBase.h.

◆ operator--() [2/2]

template<typename TIdentifier, typename TLevelSet>
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-- ( int  )
inline

Definition at line 218 of file itkLevelSetContainerBase.h.

◆ operator->()

template<typename TIdentifier, typename TLevelSet>
Iterator* itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator-> ( )
inline

Definition at line 197 of file itkLevelSetContainerBase.h.

◆ operator==() [1/2]

template<typename TIdentifier, typename TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator== ( const ConstIterator it) const
inline

◆ operator==() [2/2]

template<typename TIdentifier, typename TLevelSet>
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::operator== ( const Iterator it) const
inline

Friends And Related Function Documentation

◆ ConstIterator

template<typename TIdentifier, typename TLevelSet>
friend class ConstIterator
friend

Definition at line 259 of file itkLevelSetContainerBase.h.

Member Data Documentation

◆ m_Iterator

template<typename TIdentifier, typename TLevelSet>
LevelSetContainerIteratorType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator::m_Iterator
private

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