57 vtkSetMacro(SimplexIdentifier,
const std::string &);
58 vtkGetMacro(SimplexIdentifier, std::string);
63 vtkSetMacro(KeepAllDataArrays,
bool);
64 vtkGetMacro(KeepAllDataArrays,
bool);
72 vtkInformationVector **inputVector,
73 vtkInformationVector *outputVector)
override;
77 REQUEST RequestType{};
78 std::string SimplexIdentifier{0};
79 bool KeepAllDataArrays{
true};