25 #ifndef __vtkImageGaussianSource_h
26 #define __vtkImageGaussianSource_h
28 #include "vtkImagingSourcesModule.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 *);
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()