Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

Image Iterators
[Iterators]


Classes

class  itk::ReflectiveImageRegionIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::BinaryBallStructuringElement< TPixel, VDimension, TAllocator >
 A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements. More...
class  itk::BinaryCrossStructuringElement< TPixel, VDimension, TAllocator >
 A Neighborhood that represents a cross structuring element with binary elements. More...
class  itk::ConditionalConstIterator< TImage >
 ConditionalConstIterator is a base class for other iterators where membership in the set of output pixels is "conditional" upon some property, calculation, etc. For example, a threshold iterator might walk a region and return only those pixels which meet a minimum intensity condition. More...
class  itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >
 Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...
class  itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >
 Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...
class  itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >
 Iterates over a flood-filled spatial function. More...
class  itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >
 Iterates over a flood-filled image function. More...
class  itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >
 Iterates over a flood-filled image function. More...
class  itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >
 Iterates over a flood-filled spatial function. More...
class  itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >
 Iterates over a flood-filled spatial function. More...
class  itk::ImageConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator. More...
class  itk::ImageIterator< TImage >
 Multi-dimensional image iterator. More...
class  itk::ImageIteratorWithIndex< TImage >
 Multi-dimensional image iterator. More...
class  itk::ImageLinearConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageLinearIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRandomConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator which walks randomly within a region. More...
class  itk::ImageRandomIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRegionConstIterator< TImage >
 Multi-dimensional image iterator which walks a region. More...
class  itk::ImageRegionConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRegionExclusionConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator which walks a region excluding a second region completly contained in the first. More...
class  itk::ImageRegionExclusionIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRegionIterator< TImage >
 Multi-dimensional image iterator which walks a region. More...
class  itk::ImageRegionIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRegionReverseConstIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageRegionReverseIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageReverseConstIterator< TImage >
 Multi-dimensional image iterator. More...
class  itk::ImageReverseIterator< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageSliceConstIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::ImageSliceIteratorWithIndex< TImage >
 Multi-dimensional image iterator which only walks a region. More...
class  itk::Neighborhood< TPixel, VDimension, TAllocator >
 A light-weight container object for storing an N-dimensional neighborhood of values. More...
class  itk::NeighborhoodIterator< TImage, TBoundaryCondition >
 Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...
class  itk::PathConstIterator< TImage, TPath >
 PathConstIterator iterates (traces) over a path through an image. More...
class  itk::PathIterator< TImage, TPath >
 PathIterator iterates (traces) over a path through an image. More...
class  itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >
 A neighborhood iterator which can take on an arbitrary shape. More...

Detailed Description

Image Iterators allow to go through the content of an image in a predefined way. For a detailed description of iterators rationale see Image Iterators
Generated at Sun Apr 1 02:48:27 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000