|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | SetDataSourceProxy (vtkSMProxy *dataSourceProxy) |
| | Set the data source proxy. More...
|
| |
|
| virtual void | SetMode (int) |
| | This manipulator has three modes: More...
|
| |
| virtual int | GetMode () |
| | This manipulator has three modes: More...
|
| |
|
| virtual void | SetInterpolationMode (int) |
| | Set the interpolation mode for the CAMERA mode. More...
|
| |
| virtual int | GetInterpolationMode () |
| | Set the interpolation mode for the CAMERA mode. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| int | AddKeyFrame (vtkPVKeyFrame *keyframe) |
| | Add a key frame. More...
|
| |
| void | RemoveKeyFrame (vtkPVKeyFrame *keyframe) |
| | Removes a key frame at the specified time, if any. More...
|
| |
| void | RemoveAllKeyFrames () |
| | Removes all key frames, if any. More...
|
| |
| vtkPVKeyFrame * | GetKeyFrame (double time) |
| | Returns a pointer to the key frame at the given time. More...
|
| |
| unsigned int | GetNumberOfKeyFrames () |
| | Get the number of keyframes. More...
|
| |
| vtkPVKeyFrame * | GetKeyFrameAtIndex (int index) |
| | Access the keyframe collection using the indices. More...
|
| |
| virtual int | GetLastAddedKeyFrameIndex () |
| | This method returns the index of the last added key frame. More...
|
| |
| vtkPVKeyFrame * | GetStartKeyFrame (double time) |
| | Given the current time, determine the key frames between which the current time lies. More...
|
| |
| vtkPVKeyFrame * | GetEndKeyFrame (double time) |
| | Given the current time, determine the key frames between which the current time lies. More...
|
| |
| vtkPVKeyFrame * | GetNextKeyFrame (vtkPVKeyFrame *keyFrame) |
| | Get the next/previous key frame relative to argument key frame. More...
|
| |
| vtkPVKeyFrame * | GetPreviousKeyFrame (vtkPVKeyFrame *keyFrame) |
| | Get the next/previous key frame relative to argument key frame. More...
|
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual vtkMTimeType | GetMTime () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
|
| | vtkPVCameraCueManipulator () |
| |
| | ~vtkPVCameraCueManipulator () override |
| |
| void | Initialize (vtkPVAnimationCue *) override |
| | This method is called when the AnimationCue's StartAnimationCueEvent is triggered, to let the animation manipulator know that the cue has been restarted. More...
|
| |
| void | Finalize (vtkPVAnimationCue *) override |
| | This method is called when the AnimationCue's EndAnimationCueEvent is triggered. More...
|
| |
| void | UpdateValue (double currenttime, vtkPVAnimationCue *cueproxy) override |
| | This updates the values based on currenttime. More...
|
| |
| void | Initialize (vtkPVAnimationCue *) override |
| | This method is called when the AnimationCue's StartAnimationCueEvent is triggered, to let the animation manipulator know that the cue has been restarted. More...
|
| |
| void | Finalize (vtkPVAnimationCue *) override |
| | This method is called when the AnimationCue's EndAnimationCueEvent is triggered. More...
|
| |
| void | UpdateValue (double currenttime, vtkPVAnimationCue *cueproxy) override |
| | This updates the values based on currenttime. More...
|
| |
| int | AddKeyFrameInternal (vtkPVKeyFrame *keyframe) |
| |
| int | RemoveKeyFrameInternal (vtkPVKeyFrame *keyframe) |
| |
| void | ExecuteEvent (vtkObject *obj, unsigned long event, void *) |
| |
| | vtkPVKeyFrameCueManipulator () |
| | This method iterates over all added keyframe proxies and updates the domains for all keyframes, such that for every keyframe J, with keytime between keyframes I and K, the domain for keytime of J is (DomainJ)min = KeyTimeI and (DomainJ)max = KeyTimeK. More...
|
| |
| | ~vtkPVKeyFrameCueManipulator () override |
| | This method iterates over all added keyframe proxies and updates the domains for all keyframes, such that for every keyframe J, with keytime between keyframes I and K, the domain for keytime of J is (DomainJ)min = KeyTimeI and (DomainJ)max = KeyTimeK. More...
|
| |
| | vtkPVCueManipulator () |
| |
| | ~vtkPVCueManipulator () override |
| |
| | vtkObject () |
| |
| virtual | ~vtkObject () |
| |
| void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| | vtkObjectBase () |
| |
| virtual | ~vtkObjectBase () |
| |
| virtual void | CollectRevisions (ostream &) |
| |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| |
| | vtkObjectBase (const vtkObjectBase &) |
| |
| void | operator= (const vtkObjectBase &) |
| |
Definition at line 25 of file vtkPVCameraCueManipulator.h.