ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | Friends | List of all members
itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator Class Reference

#include <itkLevelSetContainerBase.h>

Detailed Description

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

Definition at line 100 of file itkLevelSetContainerBase.h.

Public Member Functions

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

Private Attributes

LevelSetContainerConstIteratorType m_Iterator
 

Friends

class Iterator
 

Constructor & Destructor Documentation

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

Definition at line 104 of file itkLevelSetContainerBase.h.

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

Definition at line 106 of file itkLevelSetContainerBase.h.

Member Function Documentation

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

Definition at line 149 of file itkLevelSetContainerBase.h.

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

Definition at line 154 of file itkLevelSetContainerBase.h.

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

Definition at line 108 of file itkLevelSetContainerBase.h.

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

Definition at line 110 of file itkLevelSetContainerBase.h.

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

Definition at line 115 of file itkLevelSetContainerBase.h.

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

Definition at line 121 of file itkLevelSetContainerBase.h.

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

Definition at line 126 of file itkLevelSetContainerBase.h.

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

Definition at line 109 of file itkLevelSetContainerBase.h.

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

Friends And Related Function Documentation

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

Definition at line 161 of file itkLevelSetContainerBase.h.

Member Data Documentation

template<typename TIdentifier, typename TLevelSet>
LevelSetContainerConstIteratorType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator::m_Iterator
private

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