26 #ifndef vtkImageGradient_h
27 #define vtkImageGradient_h
29 #include "vtkImagingGeneralModule.h"
43 vtkSetClampMacro(Dimensionality,
int,2,3);
44 vtkGetMacro(Dimensionality,
int);
55 vtkGetMacro(HandleBoundaries,
int);
71 vtkInformationVector*) VTK_OVERRIDE;
72 int RequestData(vtkInformation*,
73 vtkInformationVector**,
74 vtkInformationVector*) VTK_OVERRIDE;
76 void ThreadedRequestData(vtkInformation*,
77 vtkInformationVector**,
78 vtkInformationVector*,
82 int threadId) VTK_OVERRIDE;
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...
Computes the gradient vector.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
~vtkImageGradient() override
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.