22#ifndef vtkFieldDataToDataSetAttribute_h
23#define vtkFieldDataToDataSetAttribute_h
25#include "vtkFiltersCoreModule.h"
33VTK_ABI_NAMESPACE_BEGIN
47 vtkSetMacro(ProcessAllArrays,
bool);
48 vtkGetMacro(ProcessAllArrays,
bool);
49 vtkBooleanMacro(ProcessAllArrays,
bool);
56 vtkSetMacro(OutputFieldType,
int);
57 vtkGetMacro(OutputFieldType,
int);
110 bool ProcessAllArrays =
true;
115 std::set<std::string> FieldDataArrays;
map field data to other attribute data
virtual void AddFieldDataArray(const char *name)
Arrays to be processed.
virtual void ClearFieldDataArrays()
Removes all arrays to be processed from the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkFieldDataToDataSetAttribute()=default
~vtkFieldDataToDataSetAttribute() override=default
int FillInputPortInformation(int port, vtkInformation *info) override
Reimplemented to remove Composite support.
static vtkFieldDataToDataSetAttribute * New()
virtual void RemoveFieldDataArray(const char *name)
Removes an array to be processed.
virtual const std::set< std::string > & GetFieldDataArrays()
Get the names of the arrays to process.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Reimplemented create data arrays as required.
a simple class to control print indentation