17 #ifndef vtkImageGaussianSmooth_h
18 #define vtkImageGaussianSmooth_h
20 #include "vtkImagingGeneralModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
41 vtkSetVector3Macro(StandardDeviations,
double);
44 vtkGetVector3Macro(StandardDeviations,
double);
60 vtkSetVector3Macro(RadiusFactors,
double);
63 vtkGetVector3Macro(RadiusFactors,
double);
71 vtkSetMacro(Dimensionality,
int);
72 vtkGetMacro(Dimensionality,
int);
80 double StandardDeviations[3];
81 double RadiusFactors[3];
83 void ComputeKernel(
double* kernel,
int min,
int max,
double std);
85 void InternalRequestUpdateExtent(
int*,
int*);
90 int outExt[6],
int id)
override;
void SetStandardDeviations(double a, double b)
Sets/Gets the Standard deviation of the gaussian in pixel units.
void SetStandardDeviation(double a, double b, double c)
void SetRadiusFactors(double f, double f2)
Sets/Gets the Radius Factors of the gaussian (no unit).
void SetStandardDeviation(double std)
Sets/Gets the Standard deviation of the gaussian in pixel units.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
Performs a gaussian convolution.
Generic filter that has one input.
void SetRadiusFactor(double f)
Sets/Gets the Radius Factors of the gaussian (no unit).
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
topologically and geometrically regular array of data
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetStandardDeviation(double a, double b)
Sets/Gets the Standard deviation of the gaussian in pixel units.