34 #ifndef vtkImageGradientMagnitude_h 35 #define vtkImageGradientMagnitude_h 38 #include "vtkImagingGeneralModule.h" 62 vtkSetClampMacro(Dimensionality,
int,2,3);
63 vtkGetMacro(Dimensionality,
int);
81 int extent[6],
int id)
override;
Computes magnitude of the gradient.
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
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.
vtkTypeBool HandleBoundaries
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
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.