ITK
6.0.0
Insight Toolkit
|
#include <itkIndexedContainerInterface.h>
Support iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index() const; Element& Value();.
Definition at line 132 of file itkIndexedContainerInterface.h.