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);
topologically and geometrically regular array of data
Computes divergence of gradient.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
If the subclass does not define an Execute method, then the task will be broken up,...
static vtkImageLaplacian * New()
a simple class to control print indentation
Generic filter that has one input.