ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEquationTermContainer.h>
Definition at line 228 of file itkLevelSetEquationTermContainer.h.
Public Member Functions | |
TermIdType | GetIdentifier () const |
TermType * | GetTerm () const |
Iterator ()=default | |
Iterator (const ConstIterator &it) | |
Iterator (const MapTermContainerIteratorType &it) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator) | |
Iterator & | operator* () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Iterator * | operator-> () |
bool | operator== (const ConstIterator &it) const |
bool | operator== (const Iterator &it) const |
~Iterator ()=default | |
Private Attributes | |
MapTermContainerIteratorType | m_Iterator |
Friends | |
class | ConstIterator |
|
default |
|
inline |
Definition at line 232 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 235 of file itkLevelSetEquationTermContainer.h.
|
default |
|
inline |
Definition at line 295 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 301 of file itkLevelSetEquationTermContainer.h.
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Iterator | ) |
|
inline |
Definition at line 241 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 252 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 258 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 265 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 271 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 246 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 287 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 279 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::m_Iterator.
|
friend |
Definition at line 308 of file itkLevelSetEquationTermContainer.h.
|
private |