ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEquationTermContainer.h>
Definition at line 220 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 224 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 227 of file itkLevelSetEquationTermContainer.h.
|
default |
|
inline |
Definition at line 279 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 285 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 232 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 236 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 242 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 249 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 255 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 233 of file itkLevelSetEquationTermContainer.h.
|
inline |
Definition at line 271 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator::m_Iterator.
|
inline |
Definition at line 263 of file itkLevelSetEquationTermContainer.h.
References itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator::m_Iterator.
|
friend |
Definition at line 292 of file itkLevelSetEquationTermContainer.h.
|
private |