Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageToImageAlgorithm Class Reference

#include <vtkThreadedImageAlgorithm.h>


Detailed Description

Generic filter that has one input..

vtkImageToImageAlgorithm is a filter superclass that hides much of the pipeline complexity. It handles breaking the pipeline execution into smaller extents so that the vtkImageData limits are observed. It also provides support for multithreading. If you don't need any of this functionality, consider using vtkSimpleImageToImageAlgorithm instead.

See also:
vtkSimpleImageToImageAlgorithm
Created by:
  • Martin, Ken
CVS contributions (if > 5%):
  • Martin, Ken (100%)
CVS logs (CVSweb):
  • .cxx (/Filtering/vtkThreadedImageAlgorithm.cxx)
  • .h (/Filtering/vtkThreadedImageAlgorithm.h)


The documentation for this class was generated from the following file: