33 #ifndef vtkImageGradientMagnitude_h
34 #define vtkImageGradientMagnitude_h
50 vtkSetMacro(HandleBoundaries,
int);
51 vtkGetMacro(HandleBoundaries,
int);
52 vtkBooleanMacro(HandleBoundaries,
int);
57 vtkSetClampMacro(Dimensionality,
int,2,3);
58 vtkGetMacro(Dimensionality,
int);
Computes magnitude of the gradient.
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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)
#define VTKIMAGINGGENERAL_EXPORT
static vtkAlgorithm * New()
~vtkImageGradientMagnitude()