ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | Friends | List of all members
itk::LevelSetEquationContainer< TTermContainer >::Iterator Class Reference

#include <itkLevelSetEquationContainer.h>

Detailed Description

template<typename TTermContainer>
class itk::LevelSetEquationContainer< TTermContainer >::Iterator

Definition at line 204 of file itkLevelSetEquationContainer.h.

+ Collaboration diagram for itk::LevelSetEquationContainer< TTermContainer >::Iterator:

Public Member Functions

TermContainerTypeGetEquation () const
 
LevelSetIdentifierType GetIdentifier () const
 
 Iterator ()=default
 
 Iterator (const ConstIterator &it)
 
 Iterator (const MapContainerIterator &it)
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator)
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator)
 
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

MapContainerIterator m_Iterator
 

Friends

class ConstIterator
 

Constructor & Destructor Documentation

◆ Iterator() [1/3]

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( )
default

◆ Iterator() [2/3]

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( const MapContainerIterator it)
inline

Definition at line 208 of file itkLevelSetEquationContainer.h.

◆ Iterator() [3/3]

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::Iterator ( const ConstIterator it)
inline

Definition at line 211 of file itkLevelSetEquationContainer.h.

◆ ~Iterator()

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::~Iterator ( )
default

Member Function Documentation

◆ GetEquation()

template<typename TTermContainer >
TermContainerType* itk::LevelSetEquationContainer< TTermContainer >::Iterator::GetEquation ( ) const
inline

Definition at line 269 of file itkLevelSetEquationContainer.h.

◆ GetIdentifier()

template<typename TTermContainer >
LevelSetIdentifierType itk::LevelSetEquationContainer< TTermContainer >::Iterator::GetIdentifier ( ) const
inline

Definition at line 263 of file itkLevelSetEquationContainer.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [1/2]

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( ConstIterator  )

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [2/2]

template<typename TTermContainer >
itk::LevelSetEquationContainer< TTermContainer >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Iterator  )

◆ operator*()

template<typename TTermContainer >
Iterator& itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator* ( )
inline

Definition at line 216 of file itkLevelSetEquationContainer.h.

◆ operator++() [1/2]

template<typename TTermContainer >
Iterator& itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator++ ( )
inline

Definition at line 220 of file itkLevelSetEquationContainer.h.

◆ operator++() [2/2]

template<typename TTermContainer >
Iterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator++ ( int  )
inline

Definition at line 226 of file itkLevelSetEquationContainer.h.

◆ operator--() [1/2]

template<typename TTermContainer >
Iterator& itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-- ( )
inline

Definition at line 233 of file itkLevelSetEquationContainer.h.

◆ operator--() [2/2]

template<typename TTermContainer >
Iterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-- ( int  )
inline

Definition at line 239 of file itkLevelSetEquationContainer.h.

◆ operator->()

template<typename TTermContainer >
Iterator* itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator-> ( )
inline

Definition at line 217 of file itkLevelSetEquationContainer.h.

◆ operator==() [1/2]

template<typename TTermContainer >
bool itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator== ( const ConstIterator it) const
inline

◆ operator==() [2/2]

template<typename TTermContainer >
bool itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator== ( const Iterator it) const
inline

Friends And Related Function Documentation

◆ ConstIterator

template<typename TTermContainer >
friend class ConstIterator
friend

Definition at line 276 of file itkLevelSetEquationContainer.h.

Member Data Documentation

◆ m_Iterator

template<typename TTermContainer >
MapContainerIterator itk::LevelSetEquationContainer< TTermContainer >::Iterator::m_Iterator
private

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