26 #ifndef __vtkImageSpatialAlgorithm_h
27 #define __vtkImageSpatialAlgorithm_h
30 #include "vtkImagingGeneralModule.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);
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Filters that operate on pixel neighborhoods.
~vtkImageSpatialAlgorithm()
static vtkAlgorithm * New()