ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::LevelSetEquationContainer< TTermContainer >::ConstIterator Class Reference

#include <itkLevelSetEquationContainer.h>

Detailed Description

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

Definition at line 131 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 135 of file itkLevelSetEquationContainer.h.

References m_Iterator.

◆ ~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 139 of file itkLevelSetEquationContainer.h.

References Iterator, and m_Iterator.

Member Function Documentation

◆ GetEquation()

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

Definition at line 201 of file itkLevelSetEquationContainer.h.

References m_Iterator.

◆ GetIdentifier()

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

Definition at line 195 of file itkLevelSetEquationContainer.h.

References m_Iterator.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [1/2]

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

References ConstIterator().

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION() [2/2]

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

References 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 153 of file itkLevelSetEquationContainer.h.

References m_Iterator.

◆ operator++() [2/2]

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

Definition at line 159 of file itkLevelSetEquationContainer.h.

References ConstIterator().

◆ operator--() [1/2]

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

Definition at line 166 of file itkLevelSetEquationContainer.h.

References m_Iterator.

◆ operator--() [2/2]

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

Definition at line 172 of file itkLevelSetEquationContainer.h.

References ConstIterator().

◆ operator->()

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

Definition at line 148 of file itkLevelSetEquationContainer.h.

◆ operator==() [1/2]

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

Definition at line 187 of file itkLevelSetEquationContainer.h.

References ConstIterator(), and m_Iterator.

◆ operator==() [2/2]

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

Friends And Related Symbol Documentation

◆ Iterator

template<typename TTermContainer>
friend class Iterator
friend

Member Data Documentation

◆ m_Iterator


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