ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEquationTermContainer.h>
Definition at line 148 of file itkLevelSetEquationTermContainer.h.
Public Member Functions | |
ConstIterator ()=default | |
ConstIterator (const Iterator &it) | |
ConstIterator (const MapTermContainerConstIteratorType &it) | |
TermIdType | GetIdentifier () const |
TermType * | GetTerm () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator) | |
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 | |
MapTermContainerConstIteratorType | m_Iterator |
Friends | |
class | Iterator |
|
default |
|
inline |
Definition at line 152 of file itkLevelSetEquationTermContainer.h.
|
default |
|
inline |
Definition at line 156 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 212 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 218 of file itkLevelSetEquationTermContainer.h.
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Iterator | ) |
|
inline |
Definition at line 160 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 170 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 176 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 183 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 189 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 165 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 204 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 196 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::m_Iterator.
|
friend |
Definition at line 225 of file itkLevelSetEquationTermContainer.h.
|
private |