![]() |
Orfeo Toolbox
3.16
|
Collaboration diagram for Iterators:Modules | |
| Image Iterators | |
Classes | |
| class | itk::ConstSliceIterator< TPixel, TContainer > |
| A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[]. More... | |
| class | otb::PolyLineImageConstIterator< TImage, TPath > |
| Uses the bresenham algorithm to iterate over a polyline on an image (const version). More... | |
| class | otb::PolyLineImageIterator< TImage, TPath > |
| Uses the bresenham algorithm to iterate over a polyline on an image. More... | |
| class | itk::ReflectiveImageRegionConstIterator< TImage > |
| Multi-dimensional image iterator which only walks a region. More... | |
| class | itk::SliceIterator< TPixel, TContainer > |
| A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[]. More... | |
Iterators are the mechanism used to walk over the content of a particular data object. They allow to define paths and directions along which the data should be walked through.