28 #ifndef vtkImageGradientMagnitude_h
29 #define vtkImageGradientMagnitude_h
31 #include "vtkImagingGeneralModule.h"
55 vtkSetClampMacro(Dimensionality,
int, 2, 3);
56 vtkGetMacro(Dimensionality,
int);
topologically and geometrically regular array of data
Computes magnitude of the gradient.
static vtkImageGradientMagnitude * New()
vtkTypeBool HandleBoundaries
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int id) override
vtkImageGradientMagnitude()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
~vtkImageGradientMagnitude() override
a simple class to control print indentation
Generic filter that has one input.