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