Go to the source code of this file.
Namespaces | |
| namespace | itk |
Classes | |
| class | itk::IndexedContainerInterface< TElementIdentifier, 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;. More... | |
| 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(void) const; Element& Value(void);. More... | |
1.5.5 written by Dimitri van Heesch,
© 1997-2000