31 ScalarFields.emplace_back(s);
39 vtkSetMacro(SelectFieldsWithRegexp,
bool);
40 vtkGetMacro(SelectFieldsWithRegexp,
bool);
42 vtkSetMacro(RegexpString,
const std::string &);
43 vtkGetMacro(RegexpString, std::string);
52 vtkInformationVector **inputVector,
53 vtkInformationVector *outputVector)
override;
56 bool SelectFieldsWithRegexp{
false};
57 std::string RegexpString{
".*"};
58 std::vector<std::string> ScalarFields;