vtkImageSpatialFilter - Filters that operate on pixel neighborhoods.
Super Class: vtkImageFilter
Description:
vtkImageSpatialFilter is a super class for filters that operate on an input neighborhood for each output pixel. It handels even sized neighborhoods, but their can be a half pixel shift associated with processing. This superclass has some logic for handling boundaries. It can split regions into boundary and non-boundary pieces and call different execute methods.
Methods:
![]() | void vtkImageSpatialFilter () |
![]() | static vtkImageSpatialFilter *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | int *GetKernelSize () |
![]() | void ExecuteImageInformation () |
![]() | void ComputeOutputWholeExtent (int ,int ) |
![]() | void ComputeRequiredInputUpdateExtent (int ,int ) |
Detailed Method Descriptions: