25 #ifndef __vtkImageGaussianSmooth_h
26 #define __vtkImageGaussianSmooth_h
45 vtkSetVector3Macro(StandardDeviations,
double);
47 {this->SetStandardDeviations(std,std,std);}
49 {this->SetStandardDeviations(a,b,0.0);}
50 vtkGetVector3Macro(StandardDeviations,
double);
57 {this->SetStandardDeviations(a,b,0.0);}
59 {this->SetStandardDeviations(a,b,c);}
66 vtkSetVector3Macro(RadiusFactors,
double);
68 this->SetRadiusFactors(f,f2,1.5);}
70 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*);
91 void ExecuteAxis(
int axis,
vtkImageData *inData,
int inExt[6],
93 int *pcycle,
int target,
int *pcount,
int total,
99 int outExt[6],
int id);
void SetStandardDeviations(double a, double b)
void SetStandardDeviation(double a, double b, double c)
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetRadiusFactors(double f, double f2)
void SetStandardDeviation(double std)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Performs a gaussian convolution.
Generic filter that has one input..
void SetRadiusFactor(double f)
a simple class to control print indentation
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)
static vtkAlgorithm * New()
void SetStandardDeviation(double a, double b)