![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationContainerBase.h>
Public Member Functions | |
| TermContainerType * | GetEquation () const |
| LevelSetIdentifierType | GetIdentifier () const |
| Iterator () | |
| Iterator (const MapContainerIterator &it) | |
| Iterator (const ConstIterator &it) | |
| bool | operator!= (const Iterator &it) const |
| bool | operator!= (const ConstIterator &it) const |
| Iterator & | operator* () |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| Iterator * | operator-> () |
| bool | operator== (const Iterator &it) const |
| bool | operator== (const ConstIterator &it) const |
| ~Iterator () | |
Private Attributes | |
| MapContainerIterator | m_Iterator |
Friends | |
| class | ConstIterator |
Definition at line 185 of file itkLevelSetEquationContainerBase.h.
| itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 188 of file itkLevelSetEquationContainerBase.h.
| itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::Iterator | ( | const MapContainerIterator & | it | ) | [inline] |
Definition at line 189 of file itkLevelSetEquationContainerBase.h.
| itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::Iterator | ( | const ConstIterator & | it | ) | [inline] |
Definition at line 190 of file itkLevelSetEquationContainerBase.h.
| itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::~Iterator | ( | ) | [inline] |
Definition at line 191 of file itkLevelSetEquationContainerBase.h.
| TermContainerType* itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::GetEquation | ( | ) | const [inline] |
Definition at line 240 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| LevelSetIdentifierType itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::GetIdentifier | ( | ) | const [inline] |
Definition at line 235 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| bool itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator!= | ( | const Iterator & | it | ) | const [inline] |
Definition at line 223 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| bool itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator!= | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 231 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator, and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| Iterator& itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator* | ( | ) | [inline] |
Definition at line 193 of file itkLevelSetEquationContainerBase.h.
| Iterator& itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 196 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| Iterator itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator++ | ( | int | ) | [inline] |
Definition at line 201 of file itkLevelSetEquationContainerBase.h.
| Iterator& itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator-- | ( | ) | [inline] |
Definition at line 207 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| Iterator itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator-- | ( | int | ) | [inline] |
Definition at line 212 of file itkLevelSetEquationContainerBase.h.
| Iterator* itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator-> | ( | ) | [inline] |
Definition at line 194 of file itkLevelSetEquationContainerBase.h.
| bool itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator== | ( | const Iterator & | it | ) | const [inline] |
Definition at line 219 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
| bool itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator== | ( | const ConstIterator & | it | ) | const [inline] |
Definition at line 227 of file itkLevelSetEquationContainerBase.h.
References itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::m_Iterator, and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator.
friend class ConstIterator [friend] |
Definition at line 246 of file itkLevelSetEquationContainerBase.h.
MapContainerIterator itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::m_Iterator [private] |
Definition at line 245 of file itkLevelSetEquationContainerBase.h.
Referenced by itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::GetEquation(), itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::GetIdentifier(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator!=(), itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator!=(), itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator++(), itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator--(), itk::LevelSetEquationContainerBase< TTermContainer >::ConstIterator::operator==(), and itk::LevelSetEquationContainerBase< TTermContainer >::Iterator::operator==().
1.7.6.1