ITK  4.13.0
Insight Segmentation and Registration Toolkit
itk::IndexedContainerInterface< TElementIdentifier, TElement >::Iterator Class Reference

#include <itkIndexedContainerInterface.h>

Detailed Description

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

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

Definition at line 131 of file itkIndexedContainerInterface.h.


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