![]() |
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.
|
private |
Definition at line 361 of file itkLabelMap.h.
|
inline |
Definition at line 293 of file itkLabelMap.h.
|
inline |
Definition at line 295 of file itkLabelMap.h.
|
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.
|
inline |
Definition at line 322 of file itkLabelMap.h.
|
inline |
Definition at line 317 of file itkLabelMap.h.
|
inline |
Definition at line 350 of file itkLabelMap.h.
|
inline |
Definition at line 355 of file itkLabelMap.h.
|
inline |
Definition at line 345 of file itkLabelMap.h.
|
inline |
Definition at line 327 of file itkLabelMap.h.
|
inline |
Definition at line 334 of file itkLabelMap.h.
|
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.
|
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.
|
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==().
|
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==().
|
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.8.1