12 #ifndef vtkInSituPipelineIO_h 13 #define vtkInSituPipelineIO_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);
virtual bool Initialize()
Initialize is called once before the first call to 'Execute'.
virtual bool Execute(int timestep, double time)=0
void PrintSelf(ostream &os, vtkIndent indent) override
proxy for a VTK source on a server
#define VTKPVINSITU_EXPORT
abstract base class for all in situ pipelines.
virtual bool Finalize()
Called once before the in situ analysis is finalized.