23 #ifndef vtkCPPythonScriptV2Helper_h 24 #define vtkCPPythonScriptV2Helper_h 43 bool PrepareFromScript(
const std::string& fname);
48 bool IsImported()
const;
62 bool CatalystInitialize();
67 bool CatalystFinalize();
72 bool CatalystExecute(
int timestep,
double time);
97 vtkSMProxy* GetTrivialProducer(
const char* inputname);
104 bool IsActivated(
int timestep,
double time);
105 bool IsLiveActivated();
106 void DoLive(
int,
double);
113 vtkInternals* Internals;
115 std::string Filename;
#define VTKPVPYTHONCATALYST_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
an internal class encapsulating logic for Catalyst Python scripts.
vtkCPDataDescription * GetDataDescription() const
Internal methods.
proxy for a VTK object(s) on a server
void operator=(const vtkObjectBase &)
This class provides the description of the data for the coprocessor pipelines.