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  BinaryBallStructuringElement
 A Neighborhood that represents a ball structuring element (ellipsoid) with binary elements. More...

class  BinaryCrossStructuringElement
 A Neighborhood that represents a cross structuring element with binary elements. More...

class  ConditionalConstIterator
 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  ConstNeighborhoodIterator
 Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...

class  ConstShapedNeighborhoodIterator
 Const version of ShapedNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...

class  FloodFilledFunctionConditionalConstIterator
 Iterates over a flood-filled spatial function. More...

class  FloodFilledImageFunctionConditionalConstIterator
 Iterates over a flood-filled image function. More...

class  FloodFilledImageFunctionConditionalIterator
 Iterates over a flood-filled image function. More...

class  FloodFilledSpatialFunctionConditionalConstIterator
 Iterates over a flood-filled spatial function. More...

class  FloodFilledSpatialFunctionConditionalIterator
 Iterates over a flood-filled spatial function. More...

class  ImageConstIterator
 A multi-dimensional image iterator templated over image type. More...

class  ImageConstIteratorWithIndex
 A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position. More...

class  ImageConstIteratorWithIndex
 A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position. More...

class  ImageIterator
 A multi-dimensional iterator templated over image type. More...

class  ImageIteratorWithIndex
 A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position. More...

class  ImageLinearConstIteratorWithIndex
 A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order. More...

class  ImageLinearIteratorWithIndex
 A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order. More...

class  ImageRandomConstIteratorWithIndex
 A multi-dimensional image iterator that visits a random set of pixels within an image region. More...

class  ImageRandomIteratorWithIndex
 A multi-dimensional image iterator that visits a random set of pixels within an image region. More...

class  ImageRandomNonRepeatingConstIteratorWithIndex
 A multi-dimensional image iterator that visits a random set of pixels within an image region. All pixels in the image will be visited before any are repeated. A priority image may be passed to the interator which will cause it to select certain sets of pixels (those with lower priority values) before others. More...

class  ImageRandomNonRepeatingIteratorWithIndex
 A multi-dimensional image iterator that visits image pixels within a region in a random order, without repeating. More...

class  ImageRegionConstIterator
 A multi-dimensional iterator templated over image type that walks a region of pixels. More...

class  ImageRegionConstIteratorWithIndex
 A multi-dimensional iterator templated over image type that walks an image region and is specialized to keep track of its index location. More...

class  ImageRegionExclusionConstIteratorWithIndex
 Multi-dimensional image iterator that walks an image region, excluding a second region contained within the first. More...

class  ImageRegionExclusionIteratorWithIndex
 Multi-dimensional image iterator that walks an image region, excluding a second region contained within the first. More...

class  ImageRegionIterator
 A multi-dimensional iterator templated over image type that walks a region of pixels. More...

class  ImageRegionIteratorWithIndex
 A multi-dimensional iterator templated over image type that walks pixels within a region and is specialized to keep track of its image index location. More...

class  ImageRegionReverseConstIterator
 A multi-dimensional image iterator designed to walk a specified image region in reverse. More...

class  ImageRegionReverseIterator
 Multi-dimensional image iterator which only walks a region. More...

class  ImageReverseConstIterator
 Multi-dimensional image iterator. More...

class  ImageReverseIterator
 A multi-dimensional image iterator designed to walk a specified region in reverse. More...

class  ImageSliceConstIteratorWithIndex
 Multi-dimensional image iterator which only walks a region. A multi-dimensional image iterator that extends the ImageLinearConstIteratorWithIndex from iteration along lines in an image to iteration along both lines and planes (slices) within an image. A slice is defined as a 2D plane spanned by two vectors pointing along orthogonal coordinate axes. The slice orientation of the iterator is defined by specifying its two spanning axes using the methods: where n is the number of the axis. More...

class  ImageSliceIteratorWithIndex
 A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along lines in an image to iteration along both lines and planes (slices) within an image. A slice is defined as a 2D plane spanned by two vectors pointing along orthogonal coordinate axes. More...

class  Neighborhood
 A light-weight container object for storing an N-dimensional neighborhood of values. More...

class  NeighborhoodIterator
 Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...

class  PathConstIterator
 PathConstIterator iterates (traces) over a path through an image. More...

class  PathIterator
 PathIterator iterates (traces) over a path through an image. More...

class  ReflectiveImageRegionIterator
 Multi-dimensional image iterator which only walks a region. More...

class  ShapedNeighborhoodIterator
 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 Thu May 25 00:19:34 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000