29 #ifndef vtkInSituPipeline_h 30 #define vtkInSituPipeline_h 49 virtual bool Execute(
int timestep,
double time) = 0;
64 vtkGetStringMacro(Name);
65 vtkSetStringMacro(Name);
virtual bool Initialize()
Initialize is called once before the first call to 'Execute'.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVINSITU_EXPORT
abstract base class for all in situ pipelines.
void operator=(const vtkObjectBase &)
virtual bool Finalize()
Called once before the in situ analysis is finalized.