Go to the documentation of this file.
29 #ifndef vtkImageGaussianSource_h
30 #define vtkImageGaussianSource_h
32 #include "vtkImagingSourcesModule.h"
52 vtkSetVector3Macro(Center,
double);
53 vtkGetVector3Macro(Center,
double);
60 vtkSetMacro(Maximum,
double);
61 vtkGetMacro(Maximum,
double);
68 vtkSetMacro(StandardDeviation,
double);
69 vtkGetMacro(StandardDeviation,
double);
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set/Get the extent of the whole output image.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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
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 vtkImageGaussianSource * New()