25 #ifndef vtkImageGaussianSource_h
26 #define vtkImageGaussianSource_h
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);
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKIMAGINGSOURCES_EXPORT
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()