12 #ifndef vtkInSituPipelinePython_h
13 #define vtkInSituPipelinePython_h
34 vtkSetStringMacro(FileName);
35 vtkGetStringMacro(FileName);
43 void SetArguments(
const std::vector<std::string>& args);
44 const std::vector<std::string>&
GetArguments()
const {
return this->Arguments; }
51 void SetParameters(
const std::vector<std::string>& params);
52 const std::vector<std::string>&
GetParameters()
const {
return this->Parameters; }
60 bool Execute(
int,
double)
override;
74 std::vector<std::string> Arguments;
75 std::vector<std::string> Parameters;