29#ifndef vtkDataSetGradientPrecompute_h
30#define vtkDataSetGradientPrecompute_h
33#include "vtkFiltersGeneralModule.h"
Superclass for algorithms that produce output of the same type as input.
Computes a geometry based vector field that the DataSetGradient filter uses to accelerate gradient co...
static int GradientPrecompute(vtkDataSet *ds)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetGradientPrecompute()
~vtkDataSetGradientPrecompute() override
static vtkDataSetGradientPrecompute * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
abstract class to specify dataset behavior
a simple class to control print indentation