26 #ifndef __vtkImageSource_h
27 #define __vtkImageSource_h
29 #include "vtkSource.h"
37 void PrintSelf(ostream& os,
vtkIndent indent);
41 void SetOutput(vtkImageData *output);
42 vtkImageData *GetOutput();
43 vtkImageData *GetOutput(
int idx);
51 virtual void Execute(vtkImageData *data);
a simple class to control print indentation
Source of data for the imaging pipeline.
general representation of visualization data