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>
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.
1.7.1 written by Dimitri van Heesch,
© 1997-2000