Go to the documentation of this file.
23 #ifndef vtkImageGaussianSource_h
24 #define vtkImageGaussianSource_h
26 #include "vtkImagingSourcesModule.h"
39 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
46 vtkSetVector3Macro(Center,
double);
47 vtkGetVector3Macro(Center,
double);
54 vtkSetMacro(Maximum,
double);
55 vtkGetMacro(Maximum,
double);
62 vtkSetMacro(StandardDeviation,
double);
63 vtkGetMacro(StandardDeviation,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Generic algorithm superclass for image algs.
Create an image with Gaussian pixel values.
~vtkImageGaussianSource() override
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()