#include <vtkImageConvolve.h>
Inheritance diagram for vtkImageConvolve:
[NOHEADER] | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkImageConvolve * | New () |
int | IsTypeOf (const char *type) |
vtkImageConvolve * | SafeDownCast (vtkObject *o) |
Public Methods | |
void | SetKernel7x7 (float kernel[49]) |
float * | GetKernel7x7 () |
void | GetKernel7x7 (float kernel[49]) |
void | SetKernel3x3x3 (const float kernel[27]) |
void | SetKernel5x5x5 (float kernel[125]) |
void | SetKernel7x7x7 (float kernel[343]) |
float * | GetKernel5x5x5 () |
void | GetKernel5x5x5 (float kernel[125]) |
float * | GetKernel7x7x7 () |
void | GetKernel7x7x7 (float kernel[343]) |
virtual int * | GetKernelSize () |
virtual void | GetKernelSize (int &, int &, int &) |
virtual void | GetKernelSize (int[3]) |
void | SetKernel3x3 (const float kernel[9]) |
void | SetKernel5x5 (const float kernel[25]) |
float * | GetKernel3x3 () |
void | GetKernel3x3 (float kernel[9]) |
float * | GetKernel5x5 () |
void | GetKernel5x5 (float kernel[25]) |
float * | GetKernel3x3x3 () |
void | GetKernel3x3x3 (float kernel[27]) |
Protected Methods | |
vtkImageConvolve () | |
~vtkImageConvolve () | |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int outExt[6], int id) |
void | GetKernel (float *kernel) |
float * | GetKernel () |
void | SetKernel (const float *kernel, int sizeX, int sizeY, int sizeZ) |
Protected Attributes | |
int | KernelSize [3] |
float | Kernel [343] |
Definition at line 60 of file vtkImageConvolve.h.
|
|
|
|
|
Construct an instance of vtkImageConvolve filter. Reimplemented from vtkImageToImageFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
Get the kernel size |
|
Get the kernel size |
|
Get the kernel size |
|
Set the kernel to be a given 3x3 or 5x5 or 7x7 kernel. |
|
Set the kernel to be a given 3x3 or 5x5 or 7x7 kernel. |
|
|
|
Return an array that contains the kernel. |
|
Return an array that contains the kernel. |
|
Return an array that contains the kernel. |
|
Return an array that contains the kernel. |
|
|
|
|
|
Set the kernel to be a 3x3x3 or 5x5x5 or 7x7x7 kernel. |
|
|
|
|
|
Return an array that contains the kernel |
|
Return an array that contains the kernel |
|
|
|
|
|
|
|
|
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
|
|
|
|
|
|
Definition at line 128 of file vtkImageConvolve.h. |
|
Definition at line 129 of file vtkImageConvolve.h. |