47 bool KeepAllDataArrays{
true};
48 bool SelectFieldsWithRegexp{
false};
49 std::string RegexpString{
".*"};
50 std::vector<std::string> ScalarFields{};
57 ScalarFields.push_back(s);
66 vtkSetMacro(KeepAllDataArrays,
bool);
67 vtkGetMacro(KeepAllDataArrays,
bool);
69 vtkSetMacro(SelectFieldsWithRegexp,
bool);
70 vtkGetMacro(SelectFieldsWithRegexp,
bool);
72 vtkSetMacro(RegexpString,
const std::string &);
73 vtkGetMacro(RegexpString, std::string);
84 vtkInformationVector **inputVector,
85 vtkInformationVector *outputVector)
override;