VTK  9.5.20250715
vtkQuadraturePointInterpolator.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
23#ifndef vtkQuadraturePointInterpolator_h
24#define vtkQuadraturePointInterpolator_h
25
26#include "vtkDataSetAlgorithm.h"
27#include "vtkFiltersGeneralModule.h" // For export macro
28
29VTK_ABI_NAMESPACE_BEGIN
30class vtkDataSet;
32class vtkInformation;
34
35class VTKFILTERSGENERAL_EXPORT vtkQuadraturePointInterpolator : public vtkDataSetAlgorithm
36{
37public:
40 void PrintSelf(ostream& os, vtkIndent indent) override;
41
42protected:
44 vtkInformation* req, vtkInformationVector** input, vtkInformationVector* output) override;
46 ~vtkQuadraturePointInterpolator() override = default;
47
48private:
50 void operator=(const vtkQuadraturePointInterpolator&) = delete;
51
58 int InterpolateFields(vtkDataSet* datasetOut);
59};
60
61VTK_ABI_NAMESPACE_END
62#endif
Superclass for algorithms that produce output of the same type as input.
abstract class to specify dataset behavior
Definition vtkDataSet.h:165
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Interpolates each scalar/vector field in a vtkDataSet on its input to a specific set of quadrature po...
~vtkQuadraturePointInterpolator() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkQuadraturePointInterpolator * New()
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
dataset represents arbitrary combinations of all possible cell types