#include <vtkSMAnimationCueProxy.h>
Inheritance diagram for vtkSMAnimationCueProxy:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMAnimationCueProxy, vtkSMProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | RemoveAnimatedProxy () |
| void | SetTimeMode (int mode) |
| vtkSMProperty * | GetAnimatedProperty () |
| vtkSMDomain * | GetAnimatedDomain () |
| virtual vtkAnimationCue * | GetAnimationCue () |
| vtkClientServerID | GetID () |
| virtual void | CloneCopy (vtkSMAnimationCueProxy *src) |
| virtual void | SaveInBatchScript (ofstream *) |
| void | SaveInBatchScript (ofstream *file, const char *proxyTclName, int doRegister) |
| void | SetAnimatedProxy (vtkSMProxy *proxy) |
| virtual vtkSMProxy * | GetAnimatedProxy () |
| virtual char * | GetAnimatedPropertyName () |
| virtual void | SetAnimatedPropertyName (const char *) |
| virtual char * | GetAnimatedDomainName () |
| virtual void | SetAnimatedDomainName (const char *) |
| virtual void | SetAnimatedElement (int) |
| virtual int | GetAnimatedElement () |
| void | SetManipulator (vtkSMAnimationCueManipulatorProxy *) |
| virtual vtkSMAnimationCueManipulatorProxy * | GetManipulator () |
| void | SetStartTime (double time) |
| double | GetStartTime () |
| void | SetEndTime (double time) |
| double | GetEndTime () |
| virtual void | SetCaching (int enable) |
| virtual int | GetCaching () |
Static Public Member Functions | |
| vtkSMAnimationCueProxy * | New () |
Protected Member Functions | |
| vtkSMAnimationCueProxy () | |
| ~vtkSMAnimationCueProxy () | |
| virtual void | CreateVTKObjects (int numeObjects) |
| virtual void | InitializeObservers (vtkAnimationCue *cue) |
| virtual void | ExecuteEvent (vtkObject *wdg, unsigned long event, void *calldata) |
| virtual void | StartCueInternal (void *info) |
| virtual void | TickInternal (void *info) |
| virtual void | EndCueInternal (void *info) |
Protected Attributes | |
| vtkSMAnimationCueProxyObserver * | Observer |
| int | Caching |
| vtkSMProxy * | AnimatedProxy |
| int | AnimatedElement |
| char * | AnimatedPropertyName |
| char * | AnimatedDomainName |
| vtkAnimationCue * | AnimationCue |
| vtkSMAnimationCueManipulatorProxy * | Manipulator |
Friends | |
| class | vtkSMAnimationCueProxyObserver |
Definition at line 34 of file vtkSMAnimationCueProxy.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMProxy. Reimplemented in vtkSMAnimationSceneProxy. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMProxy. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
Saves the proxy to batch script. Reimplemented in vtkSMAnimationSceneProxy. |
|
||||||||||||||||
|
Saves the proxy to batch script. |
|
|
Pointer to the proxy whose property is being animated by this cue. |
|
|
Pointer to the proxy whose property is being animated by this cue. |
|
|
Removes the animated proxy reference. |
|
|
the XMLName of the property of the AnimatedProxy that is being animated by this cue. |
|
|
the XMLName of the property of the AnimatedProxy that is being animated by this cue. |
|
|
The domain name for the domain of the property to be used to change the property value when animating. |
|
|
The domain name for the domain of the property to be used to change the property value when animating. |
|
|
The index of the element of the property this cue animates. If the index is -1, the cue will animate all the elements of the animated property. |
|
|
The index of the element of the property this cue animates. If the index is -1, the cue will animate all the elements of the animated property. |
|
|
Get/Set the manipulator used to compute values for each instance in the animation. Note that the time passed to the Manipulator is normalized [0,1] to the extents of this cue. |
|
|
Get/Set the manipulator used to compute values for each instance in the animation. Note that the time passed to the Manipulator is normalized [0,1] to the extents of this cue. |
|
|
Set's the vtkAnimationCue time mode. |
|
|
Set's the vtkAnimationCue start time. |
|
|
Set's the vtkAnimationCue start time. |
|
|
Set's the vtkAnimationCue's end time. |
|
|
Set's the vtkAnimationCue's end time. |
|
|
|
|
|
|
|
|
|
|
|
Get/Set if caching is enabled. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
Get/Set if caching is enabled. |
|
|
Definition at line 115 of file vtkSMAnimationCueProxy.h. |
|
|
This copies a clone of the AnimationCue. The AnimatedProxy is shallow copied, while the Manipulator, and the keyframes are deep copied. |
|
|
Given the number of objects (numObjects), class name (VTKClassName) and server ids ( this->GetServerIDs()), this methods instantiates the objects on the server(s) Reimplemented from vtkSMProxy. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
|
|
||||||||||||||||
|
|
|
|
Callbacks for corresponding Cue events. The argument must be casted to vtkAnimationCue::AnimationCueInfo. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
Callbacks for corresponding Cue events. The argument must be casted to vtkAnimationCue::AnimationCueInfo. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
Callbacks for corresponding Cue events. The argument must be casted to vtkAnimationCue::AnimationCueInfo. Reimplemented in vtkSMAnimationSceneProxy. |
|
|
Definition at line 142 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 141 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 145 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 148 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 149 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 150 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 151 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 153 of file vtkSMAnimationCueProxy.h. |
|
|
Definition at line 154 of file vtkSMAnimationCueProxy.h. |
1.3.5