29 #ifndef __vtkImageNoiseSource_h
30 #define __vtkImageNoiseSource_h
45 vtkSetMacro(Minimum,
double);
46 vtkGetMacro(Minimum,
double);
47 vtkSetMacro(Maximum,
double);
48 vtkGetMacro(Maximum,
double);
53 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
57 this->SetWholeExtent(ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]);
virtual void ExecuteData(vtkDataObject *output)
void SetWholeExtent(const int ext[6])
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Create an image filled with noise.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
general representation of visualization data