#include <vtkImageSeparableConvolution.h>
Inheritance diagram for vtkImageSeparableConvolution:
vtkImageSeparableConvolution performs a convolution along the X, Y, and Z axes of an image, based on the three different 1D convolution kernels. The kernels must be of odd size, and are considered to be centered at (int)((kernelsize - 1) / 2.0 ). If a kernel is NULL, that dimension is skipped. This filter is designed to efficiently convolve separable filters that can be decomposed into 1 or more 1D convolutions. It also handles arbitrarly large kernel sizes, and uses edge replication to handle boundaries.
Definition at line 39 of file vtkImageSeparableConvolution.h.
|
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3. Reimplemented from vtkImageDecomposeFilter. Definition at line 43 of file vtkImageSeparableConvolution.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageDecomposeFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageDecomposeFilter. |
|
Reimplemented from vtkImageDecomposeFilter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
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 vtkImageDecomposeFilter. |
|
Overload standard modified time function. If kernel arrays are modified, then this object is modified as well. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageIterateFilter. |
|
Implements vtkImageIterateFilter. |
|
Reimplemented from vtkImageIterateFilter. |
|
Reimplemented from vtkImageIterateFilter. Definition at line 79 of file vtkImageSeparableConvolution.h. References vtkImageIterateFilter::ExecuteInformation(). |
|
Definition at line 71 of file vtkImageSeparableConvolution.h. |
|
Definition at line 72 of file vtkImageSeparableConvolution.h. |
|
Definition at line 73 of file vtkImageSeparableConvolution.h. |