27 #ifndef vtkImageLaplacian_h
28 #define vtkImageLaplacian_h
31 #include "vtkImagingGeneralModule.h"
45 vtkSetClampMacro(Dimensionality,
int,2,3);
46 vtkGetMacro(Dimensionality,
int);
61 int outExt[6],
int id) VTK_OVERRIDE;
~vtkImageLaplacian() override
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.
Computes divergence of gradient.
a simple class to control print indentation
topologically and geometrically regular array of data
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.