23#ifndef vtkImageGaussianSource_h
24#define vtkImageGaussianSource_h
27#include "vtkImagingSourcesModule.h"
39 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
45 vtkSetVector3Macro(Center,
double);
46 vtkGetVector3Macro(Center,
double);
53 vtkSetMacro(Maximum,
double);
54 vtkGetMacro(Maximum,
double);
61 vtkSetMacro(StandardDeviation,
double);
62 vtkGetMacro(StandardDeviation,
double);
Generic algorithm superclass for image algs.
Create an image with Gaussian pixel values.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set/Get the extent of the whole output image.
static vtkImageGaussianSource * New()
~vtkImageGaussianSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation