Go to the documentation of this file.
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];
94 int *pcycle,
int target,
int *pcount,
int total,
100 int outExt[6],
int id);
static vtkImageGaussianSmooth * New()
GLboolean GLboolean GLboolean b
#define vtkSetVector3Macro(name, type)
void ExecuteAxis(int axis, vtkImageData *inData, int inExt[6], vtkImageData *outData, int outExt[6], int *pcycle, int target, int *pcount, int total, vtkInformation *inInfo)
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
void InternalRequestUpdateExtent(int *, int *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Performs a gaussian convolution.
void SetStandardDeviations(double a, double b)
#define vtkGetVector3Macro(name, type)
void SetStandardDeviation(double a, double b, double c)
void SetRadiusFactors(double f, double f2)
void SetStandardDeviation(double std)
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTKIMAGINGGENERAL_EXPORT
void SetStandardDeviation(double a, double b)
#define vtkGetMacro(name, type)
GLboolean GLboolean GLboolean GLboolean a
vtkSetMacro(IgnoreDriverBugs, bool)
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
~vtkImageGaussianSmooth()
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)