28 #ifndef vtkImageGradientMagnitude_h
29 #define vtkImageGradientMagnitude_h
32 #include "vtkImagingGeneralModule.h"
48 vtkGetMacro(HandleBoundaries,
int);
56 vtkSetClampMacro(Dimensionality,
int,2,3);
57 vtkGetMacro(Dimensionality,
int);
72 vtkInformationVector*) VTK_OVERRIDE;
75 int extent[6],
int id) VTK_OVERRIDE;
Computes magnitude of the gradient.
Generic filter that has one input.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
~vtkImageGradientMagnitude() override
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.