ITK  5.4.0
Insight Toolkit
itk::IndexedContainerInterface< TElementIdentifier, TElement >::ConstIterator Class Reference

#include <itkIndexedContainerInterface.h>

Detailed Description

template<typename TElementIdentifier, typename TElement>
class itk::IndexedContainerInterface< TElementIdentifier, TElement >::ConstIterator

Support const iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index() const; const Element& Value() const;.

Definition at line 143 of file itkIndexedContainerInterface.h.


The documentation for this class was generated from the following file: