25 #ifndef __vtkImageGaussianSource_h
26 #define __vtkImageGaussianSource_h
39 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
45 vtkSetVector3Macro(Center,
double);
46 vtkGetVector3Macro(Center,
double);
51 vtkSetMacro(Maximum,
double);
52 vtkGetMacro(Maximum,
double);
57 vtkSetMacro(StandardDeviation,
double);
58 vtkGetMacro(StandardDeviation,
double);
65 double StandardDeviation;
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Create an image with Gaussian pixel values.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkImageGaussianSource()