25 #ifndef __vtkImageGaussianSource_h
26 #define __vtkImageGaussianSource_h
28 #include "vtkImagingSourcesModule.h"
29 #include "vtkImageAlgorithm.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
40 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
46 vtkSetVector3Macro(Center,
double);
47 vtkGetVector3Macro(Center,
double);
52 vtkSetMacro(Maximum,
double);
53 vtkGetMacro(Maximum,
double);
58 vtkSetMacro(StandardDeviation,
double);
59 vtkGetMacro(StandardDeviation,
double);
66 double StandardDeviation;
71 virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *);
72 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
Create an image with Gaussian pixel values.
~vtkImageGaussianSource()