52 std::vector<std::string> ScalarFieldsHigh{}, ScalarFieldsLow{};
53 std::string RegexpStringHigh{
".*"}, RegexpStringLow{
".*"};
54 bool SelectFieldsWithRegexpHigh{
false};
55 bool SelectFieldsWithRegexpLow{
false};
60 vtkSetMacro(SelectFieldsWithRegexpHigh,
bool);
61 vtkGetMacro(SelectFieldsWithRegexpHigh,
bool);
62 vtkSetMacro(SelectFieldsWithRegexpLow,
bool);
63 vtkGetMacro(SelectFieldsWithRegexpLow,
bool);
64 vtkSetMacro(DoNotNormalize,
bool);
65 vtkGetMacro(DoNotNormalize,
bool);
67 vtkSetMacro(RegexpStringHigh,
const std::string &);
68 vtkGetMacro(RegexpStringHigh, std::string);
69 vtkSetMacro(RegexpStringLow,
const std::string &);
70 vtkGetMacro(RegexpStringLow, std::string);
74 ScalarFieldsHigh.clear();
78 ScalarFieldsLow.clear();
87 ScalarFieldsHigh.emplace_back(s);
91 ScalarFieldsLow.emplace_back(s);
104 vtkInformationVector **inputVector,
105 vtkInformationVector *outputVector)
override;