29#ifndef vtkDataSetGradient_h
30#define vtkDataSetGradient_h
33#include "vtkFiltersGeneralModule.h"
46 vtkSetStringMacro(ResultArrayName);
47 vtkGetStringMacro(ResultArrayName);
Superclass for algorithms that produce output of the same type as input.
computes scalar field gradient
~vtkDataSetGradient() override
static vtkDataSetGradient * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation