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

itkIndexedContainerInterface.h File Reference

Go to the source code of this file.

Classes

class  itk::IndexedContainerInterface< TElementIdentifier, TElement >
class  itk::IndexedContainerInterface< TElementIdentifier, TElement >::IndexedContainerInterface::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;. More...
class  itk::IndexedContainerInterface< TElementIdentifier, TElement >::IndexedContainerInterface::Iterator
 Support iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index(void) const; Element& Value(void);. More...

Namespaces

namespace  itk


Generated at Tue Sep 15 05:32:28 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000