VTK  9.3.20240424
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
36VTK_ABI_NAMESPACE_BEGIN
37class VTKFILTERSCORE_EXPORT vtkAttributeDataToFieldDataFilter : public vtkDataSetAlgorithm
38{
39public:
40 void PrintSelf(ostream& os, vtkIndent indent) override;
42
47
49
53 vtkSetMacro(PassAttributeData, vtkTypeBool);
54 vtkGetMacro(PassAttributeData, vtkTypeBool);
55 vtkBooleanMacro(PassAttributeData, vtkTypeBool);
57
58protected:
61
63 vtkInformationVector*) override; // generate output data
64
66
67private:
69 void operator=(const vtkAttributeDataToFieldDataFilter&) = delete;
70};
71
72VTK_ABI_NAMESPACE_END
73#endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkAttributeDataToFieldDataFilter * New()
Construct this object.
~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