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