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