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