ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
Public Member Functions | |
ConstIterator () | |
ConstIterator (const Self *lm) | |
ConstIterator (const ConstIterator &iter) | |
const LabelType & | GetLabel () const |
const LabelObjectType * | GetLabelObject () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const ConstIterator &iter) const |
ConstIterator | operator++ (int) |
ConstIterator & | operator++ () |
ConstIterator & | operator= (const ConstIterator &iter) |
bool | operator== (const ConstIterator &iter) const |
Private Types | |
typedef std::map< LabelType, LabelObjectPointerType > ::const_iterator | InternalIteratorType |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 309 of file itkLabelMap.h.
typedef std::map< LabelType, LabelObjectPointerType >::const_iterator itk::LabelMap< TLabelObject >::ConstIterator::InternalIteratorType [private] |
Definition at line 381 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 313 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | const Self * | lm | ) | [inline] |
Definition at line 315 of file itkLabelMap.h.
itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | const ConstIterator & | iter | ) | [inline] |
Definition at line 322 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
const LabelType& itk::LabelMap< TLabelObject >::ConstIterator::GetLabel | ( | ) | const [inline] |
Definition at line 342 of file itkLabelMap.h.
const LabelObjectType* itk::LabelMap< TLabelObject >::ConstIterator::GetLabelObject | ( | ) | const [inline] |
Definition at line 337 of file itkLabelMap.h.
void itk::LabelMap< TLabelObject >::ConstIterator::GoToBegin | ( | void | ) | [inline] |
Definition at line 370 of file itkLabelMap.h.
bool itk::LabelMap< TLabelObject >::ConstIterator::IsAtEnd | ( | void | ) | const [inline] |
Definition at line 375 of file itkLabelMap.h.
bool itk::LabelMap< TLabelObject >::ConstIterator::operator!= | ( | const ConstIterator & | iter | ) | const [inline] |
Definition at line 365 of file itkLabelMap.h.
ConstIterator itk::LabelMap< TLabelObject >::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 347 of file itkLabelMap.h.
ConstIterator& itk::LabelMap< TLabelObject >::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 354 of file itkLabelMap.h.
ConstIterator& itk::LabelMap< TLabelObject >::ConstIterator::operator= | ( | const ConstIterator & | iter | ) | [inline] |
Definition at line 329 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
bool itk::LabelMap< TLabelObject >::ConstIterator::operator== | ( | const ConstIterator & | iter | ) | const [inline] |
Definition at line 360 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::ConstIterator::m_Begin, itk::LabelMap< TLabelObject >::ConstIterator::m_End, and itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator.
InternalIteratorType itk::LabelMap< TLabelObject >::ConstIterator::m_Begin [private] |
Definition at line 383 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
InternalIteratorType itk::LabelMap< TLabelObject >::ConstIterator::m_End [private] |
Definition at line 384 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
InternalIteratorType itk::LabelMap< TLabelObject >::ConstIterator::m_Iterator [private] |
Definition at line 382 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().