ITK
5.2.0
Insight Toolkit
|
#include <itkLevelSetEquationContainer.h>
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const Iterator &it) | |
ConstIterator (const MapContainerConstIterator &it) | |
TermContainerType * | GetEquation () const |
LevelSetIdentifierType | GetIdentifier () const |
bool | operator!= (const ConstIterator &it) const |
bool | operator!= (const Iterator &it) const |
ConstIterator & | operator* () |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
ConstIterator * | operator-> () |
bool | operator== (const ConstIterator &it) const |
bool | operator== (const Iterator &it) const |
~ConstIterator ()=default | |
Private Attributes | |
MapContainerConstIterator | m_Iterator |
Friends | |
class | Iterator |
Definition at line 132 of file itkLevelSetEquationContainer.h.
|
default |
|
inline |
Definition at line 136 of file itkLevelSetEquationContainer.h.
|
default |
|
inline |
Definition at line 140 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 198 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 192 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 187 of file itkLevelSetEquationContainer.h.
References itk::LevelSetEquationContainer< TTermContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 177 of file itkLevelSetEquationContainer.h.
References itk::LevelSetEquationContainer< TTermContainer >::Iterator::m_Iterator.
|
inline |
Definition at line 143 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 146 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 152 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 159 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 165 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 144 of file itkLevelSetEquationContainer.h.
|
inline |
Definition at line 182 of file itkLevelSetEquationContainer.h.
References itk::LevelSetEquationContainer< TTermContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 172 of file itkLevelSetEquationContainer.h.
References itk::LevelSetEquationContainer< TTermContainer >::Iterator::m_Iterator.
|
friend |
Definition at line 205 of file itkLevelSetEquationContainer.h.
|
private |
Definition at line 204 of file itkLevelSetEquationContainer.h.
Referenced by itk::LevelSetEquationContainer< TTermContainer >::ConstIterator::operator!=(), itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator!=(), itk::LevelSetEquationContainer< TTermContainer >::ConstIterator::operator==(), and itk::LevelSetEquationContainer< TTermContainer >::Iterator::operator==().