26 #ifndef __vtkImageSpatialAlgorithm_h
27 #define __vtkImageSpatialAlgorithm_h
30 #include "vtkImagingGeneralModule.h"
31 #include "vtkThreadedImageAlgorithm.h"
38 void PrintSelf(ostream& os, vtkIndent indent);
42 vtkGetVector3Macro(KernelSize,
int);
47 vtkGetVector3Macro(KernelMiddle,
int);
58 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
60 void ComputeOutputWholeExtent(
int extent[6],
int handleBoundaries);
61 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
62 void InternalRequestUpdateExtent(
int *extent,
int *inExtent,
int *wholeExtent);
Filters that operate on pixel neighborhoods.
~vtkImageSpatialAlgorithm()