|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   23 #ifndef vtkImageGaussianSmooth_h 
   24 #define vtkImageGaussianSmooth_h 
   26 #include "vtkImagingGeneralModule.h"  
   46   vtkSetVector3Macro(StandardDeviations, 
double);
 
   49   vtkGetVector3Macro(StandardDeviations, 
double);
 
   65   vtkSetVector3Macro(RadiusFactors, 
double);
 
   68   vtkGetVector3Macro(RadiusFactors, 
double);
 
   76   vtkSetMacro(Dimensionality, 
int);
 
   77   vtkGetMacro(Dimensionality, 
int);
 
   85   double StandardDeviations[3];
 
   86   double RadiusFactors[3];
 
   88   void ComputeKernel(
double* kernel, 
int min, 
int max, 
double std);
 
   90   void InternalRequestUpdateExtent(
int*, 
int*);
 
   95     int outExt[6], 
int id) 
override;
 
  
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,...
Generic filter that has one input.
Performs a gaussian convolution.
void SetStandardDeviations(double a, double b)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetStandardDeviation(double a, double b, double c)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetRadiusFactors(double f, double f2)
void SetStandardDeviation(double std)
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.
static vtkAlgorithm * New()
void SetRadiusFactor(double f)