Go to the documentation of this file.
26 #ifndef vtkImageConvolve_h
27 #define vtkImageConvolve_h
97 int outExt[6],
int id);
102 int sizeX,
int sizeY,
int sizeZ);
void GetKernel5x5x5(double kernel[125])
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
void GetKernel7x7(double kernel[49])
static vtkImageConvolve * New()
void GetKernel3x3(double kernel[9])
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
void GetKernel3x3x3(double kernel[27])
void SetKernel5x5(const double kernel[25])
void SetKernel3x3x3(const double kernel[27])
double * GetKernel5x5x5()
#define vtkGetVector3Macro(name, type)
topologically and geometrically regular array of data
a simple class to control print indentation
void SetKernel3x3(const double kernel[9])
#define VTKIMAGINGGENERAL_EXPORT
void SetKernel7x7x7(const double kernel[343])
double * GetKernel3x3x3()
double * GetKernel7x7x7()
void SetKernel5x5x5(const double kernel[125])
void GetKernel(double *kernel)
void PrintSelf(ostream &os, vtkIndent indent)
void GetKernel5x5(double kernel[25])
Convolution of an image with a kernel.
void GetKernel7x7x7(double kernel[343])
void SetKernel7x7(const double kernel[49])
void SetKernel(const double *kernel, int sizeX, int sizeY, int sizeZ)