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