85#ifndef vtkImageGradient_h
86#define vtkImageGradient_h
88#include "vtkImagingGeneralModule.h"
102 vtkSetClampMacro(Dimensionality,
int, 2, 3);
103 vtkGetMacro(Dimensionality,
int);
topologically and geometrically regular array of data
Computes the gradient vector.
~vtkImageGradient() override=default
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
void ThreadedRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int threadId) override
If the subclass does not define an Execute method, then the task will be broken up,...
vtkTypeBool HandleBoundaries
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkImageGradient * New()
a simple class to control print indentation
Generic filter that has one input.