#include <itkMapContainer.h>
The const iterator type for the map.
Definition at line 261 of file itkMapContainer.h.
Collaboration diagram for itk::MapContainer< TElementIdentifier, TElement >::ConstIterator:Public Types | |
| using | difference_type = typename MapConstIterator::difference_type |
| using | iterator_category = typename MapConstIterator::iterator_category |
| using | pointer = typename MapConstIterator::pointer |
| using | reference = typename MapConstIterator::reference |
| using | value_type = typename MapConstIterator::value_type |
Public Member Functions | |
| ConstIterator ()=default | |
| ConstIterator (const Iterator &r) | |
| ConstIterator (const MapConstIterator &ci) | |
| ElementIdentifier | Index () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Iterator) | |
| ConstIterator & | operator* () |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| ConstIterator & | operator-- () |
| ConstIterator | operator-- (int) |
| ConstIterator * | operator-> () |
| bool | operator== (const ConstIterator &r) const |
| bool | operator== (const Iterator &r) const |
| const Element & | Value () const |
Private Attributes | |
| MapConstIterator | m_Iter |
Friends | |
| class | Iterator |
| using itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::difference_type = typename MapConstIterator::difference_type |
Definition at line 266 of file itkMapContainer.h.
| using itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::iterator_category = typename MapConstIterator::iterator_category |
Definition at line 264 of file itkMapContainer.h.
| using itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::pointer = typename MapConstIterator::pointer |
Definition at line 267 of file itkMapContainer.h.
| using itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::reference = typename MapConstIterator::reference |
Definition at line 268 of file itkMapContainer.h.
| using itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::value_type = typename MapConstIterator::value_type |
Definition at line 265 of file itkMapContainer.h.
|
default |
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), operator--(), and operator==().
|
inline |
Definition at line 271 of file itkMapContainer.h.
References m_Iter.
|
inline |
Definition at line 274 of file itkMapContainer.h.
|
inlinenodiscard |
Get the index into the MapContainer associated with this iterator.
Definition at line 333 of file itkMapContainer.h.
References m_Iter.
| itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
References ConstIterator().
| itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | Iterator | ) |
References Iterator.
|
inline |
Definition at line 279 of file itkMapContainer.h.
|
inline |
Definition at line 289 of file itkMapContainer.h.
References m_Iter.
|
inline |
Definition at line 295 of file itkMapContainer.h.
References ConstIterator(), and m_Iter.
|
inline |
Definition at line 302 of file itkMapContainer.h.
References m_Iter.
|
inline |
Definition at line 308 of file itkMapContainer.h.
References ConstIterator(), and m_Iter.
|
inline |
Definition at line 284 of file itkMapContainer.h.
|
inline |
Definition at line 324 of file itkMapContainer.h.
References ConstIterator(), and m_Iter.
|
inline |
Definition at line 316 of file itkMapContainer.h.
References Iterator, m_Iter, and itk::MapContainer< TElementIdentifier, TElement >::Iterator::m_Iter.
|
inlinenodiscard |
Get the value at this iterator's location in the MapContainer.
Definition at line 340 of file itkMapContainer.h.
References m_Iter.
|
friend |
Definition at line 347 of file itkMapContainer.h.
References Iterator.
Referenced by ConstIterator(), Iterator, ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
private |
Definition at line 346 of file itkMapContainer.h.
Referenced by ConstIterator(), ConstIterator(), Index(), operator++(), operator++(), operator--(), operator--(), operator==(), operator==(), itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator==(), and Value().