41 bool SelectInputFieldsWithRegexp{
false};
42 std::string InputRegexpString{
".*"};
43 std::vector<std::string> InputScalarFields{};
45 bool SelectRepresentationFieldsWithRegexp{
false};
46 std::string RepresentationRegexpString{
".*"};
47 std::vector<std::string> RepresentationScalarFields{};
54 InputScalarFields.push_back(s);
59 InputScalarFields.clear();
64 RepresentationScalarFields.push_back(s);
69 RepresentationScalarFields.clear();
73 vtkSetMacro(SelectInputFieldsWithRegexp,
bool);
74 vtkGetMacro(SelectInputFieldsWithRegexp,
bool);
76 vtkSetMacro(InputRegexpString,
const std::string &);
77 vtkGetMacro(InputRegexpString, std::string);
79 vtkSetMacro(SelectRepresentationFieldsWithRegexp,
bool);
80 vtkGetMacro(SelectRepresentationFieldsWithRegexp,
bool);
82 vtkSetMacro(RepresentationRegexpString,
const std::string &);
83 vtkGetMacro(RepresentationRegexpString, std::string);
103 vtkInformationVector **inputVector,
104 vtkInformationVector *outputVector)
override;