37 #ifndef __vtkGradientFilter_h
38 #define __vtkGradientFilter_h
56 virtual void SetInputScalars(
int fieldAssociation,
const char *
name);
57 virtual void SetInputScalars(
int fieldAssociation,
int fieldAttributeType);
63 vtkGetStringMacro(ResultArrayName);
64 vtkSetStringMacro(ResultArrayName);
75 vtkGetMacro(FasterApproximation,
int);
76 vtkSetMacro(FasterApproximation,
int);
77 vtkBooleanMacro(FasterApproximation,
int);
83 vtkSetMacro(ComputeVorticity,
int);
84 vtkGetMacro(ComputeVorticity,
int);
85 vtkBooleanMacro(ComputeVorticity,
int);
102 virtual int ComputeUnstructuredGridGradient(
111 virtual int ComputeRegularGridGradient(
137 #endif //_vtkGradientFilter_h
abstract class to specify dataset behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
A general filter for gradient estimation.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()