Go to the documentation of this file.
29 #ifndef vtkImageGaussianSmooth_h
30 #define vtkImageGaussianSmooth_h
33 #include "vtkImagingGeneralModule.h"
54 vtkSetVector3Macro(StandardDeviations,
double);
56 {this->SetStandardDeviations(std,std,std);}
58 {this->SetStandardDeviations(a,b,0.0);}
59 vtkGetVector3Macro(StandardDeviations,
double);
67 {this->SetStandardDeviations(a,b,0.0);}
69 {this->SetStandardDeviations(a,b,c);}
77 vtkSetVector3Macro(RadiusFactors,
double);
79 this->SetRadiusFactors(f,f2,1.5);}
81 vtkGetVector3Macro(RadiusFactors,
double);
89 vtkSetMacro(Dimensionality,
int);
90 vtkGetMacro(Dimensionality,
int);
98 double StandardDeviations[3];
99 double RadiusFactors[3];
106 int *pcycle,
int target,
int *pcount,
int total,
112 int outExt[6],
int id)
override;
static vtkImageGaussianSmooth * New()
Creates an instance of vtkImageGaussianSmooth with the following defaults: Dimensionality 3,...
void ExecuteAxis(int axis, vtkImageData *inData, int inExt[6], vtkImageData *outData, int outExt[6], int *pcycle, int target, int *pcount, int total, vtkInformation *inInfo)
Generic filter that has one input.
void InternalRequestUpdateExtent(int *, int *)
Performs a gaussian convolution.
void SetStandardDeviations(double a, double b)
void SetStandardDeviation(double a, double b, double c)
void SetRadiusFactors(double f, double f2)
void SetStandardDeviation(double std)
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
topologically and geometrically regular array of data
a simple class to control print indentation
void SetStandardDeviation(double a, double b)
Sets/Gets the Standard deviation of the gaussian in pixel units.
void SetRadiusFactor(double f)
void ComputeKernel(double *kernel, int min, int max, double std)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageGaussianSmooth() override