VTK  9.1.0
vtkAttributeDataToFieldDataFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkAttributeDataToFieldDataFilter.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=========================================================================*/
42#ifndef vtkAttributeDataToFieldDataFilter_h
43#define vtkAttributeDataToFieldDataFilter_h
44
45#include "vtkDataSetAlgorithm.h"
46#include "vtkFiltersCoreModule.h" // For export macro
47
48class VTKFILTERSCORE_EXPORT vtkAttributeDataToFieldDataFilter : public vtkDataSetAlgorithm
49{
50public:
51 void PrintSelf(ostream& os, vtkIndent indent) override;
53
58
60
64 vtkSetMacro(PassAttributeData, vtkTypeBool);
65 vtkGetMacro(PassAttributeData, vtkTypeBool);
66 vtkBooleanMacro(PassAttributeData, vtkTypeBool);
68
69protected:
72
74 vtkInformationVector*) override; // generate output data
75
77
78private:
80 void operator=(const vtkAttributeDataToFieldDataFilter&) = delete;
81};
82
83#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:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition: vtkABI.h:69