Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250403
vtkDataSetGradient.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
20#ifndef vtkDataSetGradient_h
21#define vtkDataSetGradient_h
22
23#include "vtkDataSetAlgorithm.h"
24#include "vtkFiltersGeneralModule.h" // For export macro
25
26VTK_ABI_NAMESPACE_BEGIN
27class VTKFILTERSGENERAL_EXPORT vtkDataSetGradient : public vtkDataSetAlgorithm
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
35
38 vtkSetStringMacro(ResultArrayName);
39 vtkGetStringMacro(ResultArrayName);
41
42protected:
45
47
49
50private:
52 void operator=(const vtkDataSetGradient&) = delete;
53};
54
55VTK_ABI_NAMESPACE_END
56#endif /* VTK_DATA_SET_GRADIENT_H */
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
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.