30 #ifndef vtkImageLaplacian_h
31 #define vtkImageLaplacian_h
34 #include "vtkImagingGeneralModule.h"
48 vtkSetClampMacro(Dimensionality,
int,2,3);
49 vtkGetMacro(Dimensionality,
int);
64 int outExt[6],
int id);
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
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.