10 #ifndef vtkPythonAnimationCue_h 11 #define vtkPythonAnimationCue_h 30 vtkSetMacro(Enabled,
bool);
31 vtkGetMacro(Enabled,
bool);
32 vtkBooleanMacro(Enabled,
bool);
43 void SetScript(
const std::string&);
44 std::string GetScript()
const;
55 virtual void HandleStartCueEvent();
56 virtual void HandleTickEvent();
57 virtual void HandleEndCueEvent();
63 void DeleteInterpretor();
73 std::unique_ptr<pqInternals> Internals;
static vtkAnimationCue * New()
#define VTKREMOTINGANIMATION_EXPORT
vtkPythonAnimationCue is an animation cue that can execute arbitrary Python scripts.
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE