24 #ifndef vtkInSituPipelineIO_h 25 #define vtkInSituPipelineIO_h 46 vtkSetStringMacro(FileName);
47 vtkGetStringMacro(FileName);
54 vtkSetStringMacro(ChannelName);
55 vtkGetStringMacro(ChannelName);
63 bool Execute(
int timestep,
double time)
override;
71 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.