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