ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
Public Member Functions | |
const LabelType & | GetLabel () const |
LabelObjectType * | GetLabelObject () |
void | GoToBegin () |
bool | IsAtEnd () const |
Iterator () | |
Iterator (Self *lm) | |
Iterator (const Iterator &iter) | |
bool | operator!= (const Iterator &iter) const |
Iterator | operator++ (int) |
Iterator & | operator++ () |
Iterator & | operator= (const Iterator &iter) |
bool | operator== (const Iterator &iter) const |
Private Types | |
typedef std::map< LabelType, LabelObjectPointerType > ::iterator | InternalIteratorType |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
Friends | |
class | LabelMap |
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 391 of file itkLabelMap.h.
typedef std::map< LabelType, LabelObjectPointerType >::iterator itk::LabelMap< TLabelObject >::Iterator::InternalIteratorType [private] |
Definition at line 463 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 395 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::Iterator::Iterator | ( | Self * | lm | ) | [inline] |
Definition at line 397 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::Iterator::Iterator | ( | const Iterator & | iter | ) | [inline] |
Definition at line 404 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
const LabelType& itk::LabelMap< TLabelObject >::Iterator::GetLabel | ( | ) | const [inline] |
Definition at line 424 of file itkLabelMap.h.
LabelObjectType* itk::LabelMap< TLabelObject >::Iterator::GetLabelObject | ( | ) | [inline] |
Definition at line 419 of file itkLabelMap.h.
void itk::LabelMap< TLabelObject >::Iterator::GoToBegin | ( | void | ) | [inline] |
Definition at line 452 of file itkLabelMap.h.
bool itk::LabelMap< TLabelObject >::Iterator::IsAtEnd | ( | void | ) | const [inline] |
Definition at line 457 of file itkLabelMap.h.
bool itk::LabelMap< TLabelObject >::Iterator::operator!= | ( | const Iterator & | iter | ) | const [inline] |
Definition at line 447 of file itkLabelMap.h.
Iterator itk::LabelMap< TLabelObject >::Iterator::operator++ | ( | int | ) | [inline] |
Definition at line 429 of file itkLabelMap.h.
Iterator& itk::LabelMap< TLabelObject >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 436 of file itkLabelMap.h.
Iterator& itk::LabelMap< TLabelObject >::Iterator::operator= | ( | const Iterator & | iter | ) | [inline] |
Definition at line 411 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
bool itk::LabelMap< TLabelObject >::Iterator::operator== | ( | const Iterator & | iter | ) | const [inline] |
Definition at line 442 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
friend class LabelMap [friend] |
Definition at line 468 of file itkLabelMap.h.
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Begin [private] |
Definition at line 465 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_End [private] |
Definition at line 466 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
InternalIteratorType itk::LabelMap< TLabelObject >::Iterator::m_Iterator [private] |
Definition at line 464 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().