12 #ifndef vtkInSituPipelineIO_h
13 #define vtkInSituPipelineIO_h
16 #include "vtkPVInSituModule.h"
34 vtkSetStringMacro(FileName);
35 vtkGetStringMacro(FileName);
42 vtkSetStringMacro(ChannelName);
43 vtkGetStringMacro(ChannelName);
51 bool Execute(
int timestep,
double time)
override;
59 virtual std::string GetCurrentFileName(
const char* fname,
int timestep,
double time);