ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#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 141 of file itkIndexedContainerInterface.h.