3 #ifndef vtkCPPythonScriptPipeline_h 4 #define vtkCPPythonScriptPipeline_h 25 int Initialize(
const char* fileName);
48 vtkSetStringMacro(PythonScriptName);
49 vtkGetStringMacro(PythonScriptName);
57 char* PythonScriptName;
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKPVPYTHONCATALYST_EXPORT
virtual int RequestDataDescription(vtkCPDataDescription *dataDescription)=0
Configuration Step: The coprocessor first determines if any coprocessing needs to be done at this Tim...
virtual int CoProcess(vtkCPDataDescription *dataDescription)=0
Execute the pipeline. Returns 1 for success and 0 for failure.
Abstract class that takes care of initializing Catalyst Python pipelines for all concrete implementat...
virtual int Finalize()
Finalize the pipeline before deleting it.
Class that creates a coprocessing pipeline starting from a coprocessing script.
This class provides the description of the data for the coprocessor pipelines.