VTK
vtkDataSetGradientPrecompute.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetGradientPrecompute.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14  =========================================================================*/
33 #ifndef vtkDataSetGradientPrecompute_h
34 #define vtkDataSetGradientPrecompute_h
35 
36 #include "vtkFiltersGeneralModule.h" // For export macro
37 #include "vtkDataSetAlgorithm.h"
38 
39 class VTKFILTERSGENERAL_EXPORT vtkDataSetGradientPrecompute : public vtkDataSetAlgorithm
40 {
41  public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
46  static int GradientPrecompute(vtkDataSet* ds);
47 
48  protected:
51 
53 
54  private:
56  void operator=(const vtkDataSetGradientPrecompute&) = delete;
57 };
58 
59 #endif /* VTK_DATA_SET_GRADIENT_PRECOMPUTE_H */
60 
vtkDataSetGradientPrecompute
Definition: vtkDataSetGradientPrecompute.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkDataSetGradientPrecompute::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetGradientPrecompute::~vtkDataSetGradientPrecompute
~vtkDataSetGradientPrecompute() override
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:49
vtkDataSetGradientPrecompute::New
static vtkDataSetGradientPrecompute * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkDataSetGradientPrecompute::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkDataSetGradientPrecompute::GradientPrecompute
static int GradientPrecompute(vtkDataSet *ds)
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkDataSetAlgorithm.h
vtkDataSetGradientPrecompute::vtkDataSetGradientPrecompute
vtkDataSetGradientPrecompute()