27#ifndef vtkImageSpatialAlgorithm_h
28#define vtkImageSpatialAlgorithm_h
30#include "vtkImagingGeneralModule.h"
44 vtkGetVector3Macro(KernelSize,
int);
51 vtkGetVector3Macro(KernelMiddle,
int);
Filters that operate on pixel neighborhoods.
vtkImageSpatialAlgorithm()
~vtkImageSpatialAlgorithm() override=default
static vtkImageSpatialAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void InternalRequestUpdateExtent(int *extent, int *inExtent, int *wholeExtent)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void ComputeOutputWholeExtent(int extent[6], int handleBoundaries)
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.