![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkLabelMap.h>
Collaboration diagram for itk::LabelMap< TLabelObject >::ConstIterator:Public Member Functions | |
| ConstIterator ()=default | |
| ConstIterator (const ConstIterator &iter) | |
| ConstIterator (const Self *lm) | |
| const LabelType & | GetLabel () const |
| const LabelObjectType * | GetLabelObject () const |
| void | GoToBegin () |
| bool | IsAtEnd () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| ConstIterator & | operator= (const ConstIterator &iter) |
| bool | operator== (const ConstIterator &iter) const |
Private Types | |
| using | InternalIteratorType = typename std::map< LabelType, LabelObjectPointerType >::const_iterator |
Private Attributes | |
| InternalIteratorType | m_Begin |
| InternalIteratorType | m_End |
| InternalIteratorType | m_Iterator |
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 318 of file itkLabelMap.h.
|
private |
Definition at line 394 of file itkLabelMap.h.
|
default |
|
inline |
Definition at line 323 of file itkLabelMap.h.
|
inline |
Definition at line 330 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 353 of file itkLabelMap.h.
|
inline |
Definition at line 347 of file itkLabelMap.h.
|
inline |
Definition at line 382 of file itkLabelMap.h.
|
inline |
Definition at line 388 of file itkLabelMap.h.
| itk::LabelMap< TLabelObject >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
|
inline |
Definition at line 367 of file itkLabelMap.h.
|
inline |
Definition at line 359 of file itkLabelMap.h.
|
inline |
Definition at line 338 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 374 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 396 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 397 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 395 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::ConstIterator::ConstIterator(), itk::LabelMap< TLabelObject >::ConstIterator::operator=(), and itk::LabelMap< TLabelObject >::ConstIterator::operator==().
1.8.16