29 #ifndef vtkImageGaussianSource_h
30 #define vtkImageGaussianSource_h
32 #include "vtkImagingSourcesModule.h"
45 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
52 vtkSetVector3Macro(Center,
double);
53 vtkGetVector3Macro(Center,
double);
61 vtkGetMacro(Maximum,
double);
69 vtkGetMacro(StandardDeviation,
double);
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Create an image with Gaussian pixel values.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
~vtkImageGaussianSource()