27 #ifndef vtkImageSpatialAlgorithm_h
28 #define vtkImageSpatialAlgorithm_h
31 #include "vtkImagingGeneralModule.h"
45 vtkGetVector3Macro(KernelSize,
int);
52 vtkGetVector3Macro(KernelMiddle,
int);
Filters that operate on pixel neighborhoods.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
~vtkImageSpatialAlgorithm()
static vtkImageSpatialAlgorithm * New()
vtkImageSpatialAlgorithm()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void InternalRequestUpdateExtent(int *extent, int *inExtent, int *wholeExtent)
void ComputeOutputWholeExtent(int extent[6], int handleBoundaries)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
Generic filter that has one input.