24 #ifndef vtkInSituPipelinePython_h 25 #define vtkInSituPipelinePython_h 44 vtkSetStringMacro(FileName);
45 vtkGetStringMacro(FileName);
53 bool Execute(
int,
double)
override;
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
an internal class encapsulating logic for Catalyst Python scripts.
#define VTKPVINSITU_EXPORT
subclass for Python in situ scripts.
abstract base class for all in situ pipelines.
virtual bool Finalize()
Called once before the in situ analysis is finalized.