47class TTKDELAUNAYRIPSPERSISTENCEGENERATORS_EXPORT
54 bool KeepAllDataArrays{
true};
55 bool SelectFieldsWithRegexp{
false};
56 std::string RegexpString{
".*"};
57 std::vector<std::string> ScalarFields{};
64 ScalarFields.push_back(s);
73 vtkSetMacro(KeepAllDataArrays,
bool);
74 vtkGetMacro(KeepAllDataArrays,
bool);
76 vtkSetMacro(SelectFieldsWithRegexp,
bool);
77 vtkGetMacro(SelectFieldsWithRegexp,
bool);
79 vtkSetMacro(RegexpString,
const std::string &);
80 vtkGetMacro(RegexpString, std::string);
91 vtkInformationVector **inputVector,
92 vtkInformationVector *outputVector)
override;