33 #ifndef __vtkImageGradientMagnitude_h
34 #define __vtkImageGradientMagnitude_h
37 #include "vtkImagingGeneralModule.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkSetMacro(HandleBoundaries,
int);
51 vtkGetMacro(HandleBoundaries,
int);
52 vtkBooleanMacro(HandleBoundaries,
int);
57 vtkSetClampMacro(Dimensionality,
int,2,3);
58 vtkGetMacro(Dimensionality,
int);
69 vtkInformationVector**,
70 vtkInformationVector*);
72 vtkInformationVector**,
73 vtkInformationVector*);
76 int extent[6],
int id);
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..
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkAlgorithm * New()
~vtkImageGradientMagnitude()