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

#include <itkLevelSetContainerBase.h>

Detailed Description

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

Definition at line 166 of file itkLevelSetContainerBase.h.

Public Member Functions

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

Private Attributes

LevelSetContainerIteratorType m_Iterator
 

Friends

class ConstIterator
 

Constructor & Destructor Documentation

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

Definition at line 170 of file itkLevelSetContainerBase.h.

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

Definition at line 171 of file itkLevelSetContainerBase.h.

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

Member Function Documentation

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

Definition at line 215 of file itkLevelSetContainerBase.h.

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

Definition at line 220 of file itkLevelSetContainerBase.h.

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

Definition at line 174 of file itkLevelSetContainerBase.h.

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

Definition at line 176 of file itkLevelSetContainerBase.h.

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

Definition at line 181 of file itkLevelSetContainerBase.h.

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

Definition at line 187 of file itkLevelSetContainerBase.h.

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

Definition at line 192 of file itkLevelSetContainerBase.h.

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

Definition at line 175 of file itkLevelSetContainerBase.h.

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

Friends And Related Function Documentation

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

Definition at line 227 of file itkLevelSetContainerBase.h.

Member Data Documentation

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: