25 #ifndef vtkImageGaussianSmooth_h 26 #define vtkImageGaussianSmooth_h 48 {this->SetStandardDeviations(std,std,std);}
50 {this->SetStandardDeviations(a,b,0.0);}
58 {this->SetStandardDeviations(a,b,0.0);}
60 {this->SetStandardDeviations(a,b,c);}
69 this->SetRadiusFactors(f,f2,1.5);}
86 double StandardDeviations[3];
87 double RadiusFactors[3];
89 void ComputeKernel(
double *kernel,
int min,
int max,
double std);
91 void InternalRequestUpdateExtent(
int *,
int*);
92 void ExecuteAxis(
int axis,
vtkImageData *inData,
int inExt[6],
94 int *pcycle,
int target,
int *pcount,
int total,
100 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 *)
#define vtkGetMacro(name, type)
void SetRadiusFactors(double f, double f2)
void SetStandardDeviation(double std)
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetVector3Macro(name, type)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
#define VTKIMAGINGGENERAL_EXPORT
static vtkAlgorithm * New()
void SetStandardDeviation(double a, double b)
#define vtkSetVector3Macro(name, type)
#define vtkSetMacro(name, type)