VTK  9.3.20240419
vtkAttributeDataToFieldDataFilter.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
30 #ifndef vtkAttributeDataToFieldDataFilter_h
31 #define vtkAttributeDataToFieldDataFilter_h
32 
33 #include "vtkDataSetAlgorithm.h"
34 #include "vtkFiltersCoreModule.h" // For export macro
35 
36 VTK_ABI_NAMESPACE_BEGIN
37 class VTKFILTERSCORE_EXPORT vtkAttributeDataToFieldDataFilter : public vtkDataSetAlgorithm
38 {
39 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
47 
49 
53  vtkSetMacro(PassAttributeData, vtkTypeBool);
54  vtkGetMacro(PassAttributeData, vtkTypeBool);
55  vtkBooleanMacro(PassAttributeData, vtkTypeBool);
57 
58 protected:
60  ~vtkAttributeDataToFieldDataFilter() override = default;
61 
63  vtkInformationVector*) override; // generate output data
64 
66 
67 private:
69  void operator=(const vtkAttributeDataToFieldDataFilter&) = delete;
70 };
71 
72 VTK_ABI_NAMESPACE_END
73 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAttributeDataToFieldDataFilter * New()
Construct this object.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkAttributeDataToFieldDataFilter() override=default
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition: vtkABI.h:64