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

#include <itkLevelSetEquationContainer.h>

Detailed Description

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

Definition at line 132 of file itkLevelSetEquationContainer.h.

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

Public Member Functions

 ConstIterator ()=default
 
 ConstIterator (const Iterator &it)
 
 ConstIterator (const MapContainerConstIterator &it)
 
TermContainerTypeGetEquation () const
 
LevelSetIdentifierType GetIdentifier () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator)
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator)
 
ConstIteratoroperator* ()
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
ConstIteratoroperator-- ()
 
ConstIterator operator-- (int)
 
ConstIteratoroperator-> ()
 
bool operator== (const ConstIterator &it) const
 
bool operator== (const Iterator &it) const
 
 ~ConstIterator ()=default
 

Private Attributes

MapContainerConstIterator m_Iterator
 

Friends

class Iterator
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/3]

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

◆ ConstIterator() [2/3]

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

Definition at line 136 of file itkLevelSetEquationContainer.h.

◆ ~ConstIterator()

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

◆ ConstIterator() [3/3]

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

Definition at line 140 of file itkLevelSetEquationContainer.h.

Member Function Documentation

◆ GetEquation()

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

Definition at line 194 of file itkLevelSetEquationContainer.h.

◆ GetIdentifier()

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

Definition at line 188 of file itkLevelSetEquationContainer.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [1/2]

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

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [2/2]

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

◆ operator*()

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

Definition at line 143 of file itkLevelSetEquationContainer.h.

◆ operator++() [1/2]

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

Definition at line 146 of file itkLevelSetEquationContainer.h.

◆ operator++() [2/2]

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

Definition at line 152 of file itkLevelSetEquationContainer.h.

◆ operator--() [1/2]

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

Definition at line 159 of file itkLevelSetEquationContainer.h.

◆ operator--() [2/2]

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

Definition at line 165 of file itkLevelSetEquationContainer.h.

◆ operator->()

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

Definition at line 144 of file itkLevelSetEquationContainer.h.

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

Friends And Related Function Documentation

◆ Iterator

template<typename TTermContainer >
friend class Iterator
friend

Definition at line 201 of file itkLevelSetEquationContainer.h.

Member Data Documentation

◆ m_Iterator

template<typename TTermContainer >
MapContainerConstIterator itk::LevelSetEquationContainer< TTermContainer >::ConstIterator::m_Iterator
private

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