29 #ifndef __vtkImageNoiseSource_h
30 #define __vtkImageNoiseSource_h
33 #include "vtkImagingSourcesModule.h"
34 #include "vtkImageAlgorithm.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(Minimum,
double);
47 vtkGetMacro(Minimum,
double);
48 vtkSetMacro(Maximum,
double);
49 vtkGetMacro(Maximum,
double);
54 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
58 this->SetWholeExtent(ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]);
70 virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *);
71 virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation* outInfo);
void SetWholeExtent(const int ext[6])
Create an image filled with noise.