![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
Collaboration diagram for itk::LabelMap< TLabelObject >::ConstIterator: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 289 of file itkLabelMap.h.
typedef std::map< LabelType, LabelObjectPointerType >::const_iterator itk::LabelMap< TLabelObject >::ConstIterator::InternalIteratorType [private] |
Definition at line 361 of file itkLabelMap.h.
| itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | ) | [inline] |
Definition at line 293 of file itkLabelMap.h.
| itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | const Self * | lm | ) | [inline] |
Definition at line 295 of file itkLabelMap.h.
| itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator | ( | const ConstIterator & | iter | ) | [inline] |
Definition at line 302 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 322 of file itkLabelMap.h.
| const LabelObjectType* itk::LabelMap< TLabelObject >::ConstIterator::GetLabelObject | ( | ) | const [inline] |
Definition at line 317 of file itkLabelMap.h.
| void itk::LabelMap< TLabelObject >::ConstIterator::GoToBegin | ( | void | ) | [inline] |
Definition at line 350 of file itkLabelMap.h.
| bool itk::LabelMap< TLabelObject >::ConstIterator::IsAtEnd | ( | void | ) | const [inline] |
Definition at line 355 of file itkLabelMap.h.
| bool itk::LabelMap< TLabelObject >::ConstIterator::operator!= | ( | const ConstIterator & | iter | ) | const [inline] |
Definition at line 345 of file itkLabelMap.h.
| ConstIterator itk::LabelMap< TLabelObject >::ConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 327 of file itkLabelMap.h.
| ConstIterator& itk::LabelMap< TLabelObject >::ConstIterator::operator++ | ( | ) | [inline] |
Definition at line 334 of file itkLabelMap.h.
| ConstIterator& itk::LabelMap< TLabelObject >::ConstIterator::operator= | ( | const ConstIterator & | iter | ) | [inline] |
Definition at line 309 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 340 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 363 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 364 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 362 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
1.7.6.1