Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::IndexedContainerInterface< TElementIdentifier, TElement >::ConstIterator Class Reference

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

#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(void) const; const Element& Value(void) const;.

Definition at line 138 of file itkIndexedContainerInterface.h.


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

Generated at Mon Jul 12 2010 23:26:43 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000