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 204 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 210 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 159 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 162 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 168 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 175 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 181 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 160 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 196 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 188 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::m_Iterator.
|
friend |
Definition at line 217 of file itkLevelSetEquationTermContainer.h.
|
private |