31 #ifndef vtkImageGradient_h
32 #define vtkImageGradient_h
46 vtkSetClampMacro(Dimensionality,
int,2,3);
47 vtkGetMacro(Dimensionality,
int);
55 vtkSetMacro(HandleBoundaries,
int);
56 vtkGetMacro(HandleBoundaries,
int);
57 vtkBooleanMacro(HandleBoundaries,
int);
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)
Computes the gradient vector.
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
#define VTKIMAGINGGENERAL_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkAlgorithm * New()