#include <vtkPythonAnimationCue.h>
List of all members.
Detailed Description
Definition at line 27 of file vtkPythonAnimationCue.h.
Constructor & Destructor Documentation
| vtkPythonAnimationCue::vtkPythonAnimationCue |
( |
| ) |
[protected] |
| vtkPythonAnimationCue::~vtkPythonAnimationCue |
( |
| ) |
[protected] |
Member Function Documentation
| virtual const char* vtkPythonAnimationCue::GetClassName |
( |
| ) |
[virtual] |
| static int vtkPythonAnimationCue::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkPythonAnimationCue::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkPythonAnimationCue::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| virtual void vtkPythonAnimationCue::SetEnabled |
( |
bool |
| ) |
[virtual] |
| virtual bool vtkPythonAnimationCue::GetEnabled |
( |
| ) |
[virtual] |
| virtual void vtkPythonAnimationCue::EnabledOn |
( |
| ) |
[virtual] |
| virtual void vtkPythonAnimationCue::EnabledOff |
( |
| ) |
[virtual] |
| virtual void vtkPythonAnimationCue::SetScript |
( |
const char * |
| ) |
[virtual] |
Get/Set the python script to execute. The script must have the following functions:
- start_cue(cue): (optional) if present, called when the cue starts.
- tick(cue) : (required) called on every tick.
- end_cue(cue): (optional) if present, called when the cue ends.
| virtual char* vtkPythonAnimationCue::GetScript |
( |
| ) |
[virtual] |
Get/Set the python script to execute. The script must have the following functions:
- start_cue(cue): (optional) if present, called when the cue starts.
- tick(cue) : (required) called on every tick.
- end_cue(cue): (optional) if present, called when the cue ends.
Returns the interpretor. Creates a new one the first time this method is called.
| virtual void vtkPythonAnimationCue::HandleStartCueEvent |
( |
| ) |
[protected, virtual] |
Callbacks that forward the call to corresponding Python function.
| virtual void vtkPythonAnimationCue::HandleTickEvent |
( |
| ) |
[protected, virtual] |
Callbacks that forward the call to corresponding Python function.
| virtual void vtkPythonAnimationCue::HandleEndCueEvent |
( |
| ) |
[protected, virtual] |
Callbacks that forward the call to corresponding Python function.
| void vtkPythonAnimationCue::DeleteInterpretor |
( |
| ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: