VTK
|
the animation scene manager. More...
#include <vtkAnimationScene.h>
Public Types | |
enum | PlayModes { PLAYMODE_SEQUENCE =0, PLAYMODE_REALTIME =1 } |
typedef vtkAnimationCue | Superclass |
Public Types inherited from vtkAnimationCue | |
enum | TimeCodes { TIMEMODE_NORMALIZED =0, TIMEMODE_RELATIVE =1 } |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkAnimationScene * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | Play () |
Starts playing the animation scene. More... | |
void | Stop () |
Stops the animation scene that is running. More... | |
void | SetAnimationTime (double time) |
Makes the state of the scene same as the given time. More... | |
void | SetTimeMode (int mode) override |
Overridden to allow change to Normalized mode only if none of the constituent cues is in Relative time mode. More... | |
int | IsInPlay () |
Returns if the animation is being played. More... | |
virtual void | SetPlayMode (int) |
Get/Set the PlayMode for running/playing the animation scene. More... | |
void | SetModeToSequence () |
Get/Set the PlayMode for running/playing the animation scene. More... | |
void | SetModeToRealTime () |
Get/Set the PlayMode for running/playing the animation scene. More... | |
virtual int | GetPlayMode () |
Get/Set the PlayMode for running/playing the animation scene. More... | |
virtual void | SetFrameRate (double) |
Get/Set the frame rate (in frames per second). More... | |
virtual double | GetFrameRate () |
Get/Set the frame rate (in frames per second). More... | |
void | AddCue (vtkAnimationCue *cue) |
Add/Remove an AnimationCue to/from the Scene. More... | |
void | RemoveCue (vtkAnimationCue *cue) |
Add/Remove an AnimationCue to/from the Scene. More... | |
void | RemoveAllCues () |
Add/Remove an AnimationCue to/from the Scene. More... | |
int | GetNumberOfCues () |
Add/Remove an AnimationCue to/from the Scene. More... | |
virtual void | SetLoop (int) |
Enable/Disable animation loop. More... | |
virtual int | GetLoop () |
Enable/Disable animation loop. More... | |
Public Member Functions inherited from vtkAnimationCue | |
vtkAnimationCue * | NewInstance () const |
virtual void | Tick (double currenttime, double deltatime, double clocktime) |
Indicates a tick or point in time in the animation. More... | |
virtual void | Initialize () |
Called when the playing of the scene begins. More... | |
virtual void | Finalize () |
Called when the scene reaches the end. More... | |
virtual int | GetTimeMode () |
Get/Set the time mode. More... | |
void | SetTimeModeToRelative () |
Get/Set the time mode. More... | |
void | SetTimeModeToNormalized () |
Get/Set the time mode. More... | |
virtual void | SetStartTime (double) |
Get/Set the Start time for this cue. More... | |
virtual double | GetStartTime () |
Get/Set the Start time for this cue. More... | |
virtual void | SetEndTime (double) |
Get/Set the End time for this cue. More... | |
virtual double | GetEndTime () |
Get/Set the End time for this cue. More... | |
virtual double | GetAnimationTime () |
This is valid only in a AnimationCueTickEvent handler. More... | |
virtual double | GetDeltaTime () |
This is valid only in a AnimationCueTickEvent handler. More... | |
virtual double | GetClockTime () |
This is valid only in a AnimationCueTickEvent handler. More... | |
Public Member Functions inherited from vtkObject | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
Turn debugging output on. More... | |
virtual void | DebugOff () |
Turn debugging output off. More... | |
bool | GetDebug () |
Get the value of the debug flag. More... | |
void | SetDebug (bool debugFlag) |
Set the value of the debug flag. More... | |
virtual void | Modified () |
Update the modification time for this object. More... | |
virtual vtkMTimeType | GetMTime () |
Return this object's modified time. More... | |
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) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
vtkCommand * | GetCommand (unsigned long tag) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObserver (vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObservers (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
void | RemoveObservers (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
int | HasObserver (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
int | HasObserver (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Allow user to set the AbortFlagOn() with the return value of the callback method. More... | |
int | InvokeEvent (unsigned long event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
int | InvokeEvent (const char *event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
Return the class name as a string. More... | |
virtual void | Delete () |
Delete a VTK object. More... | |
virtual void | FastDelete () |
Delete a reference to this object. More... | |
void | InitializeObjectBase () |
void | Print (ostream &os) |
Print an object to an ostream. More... | |
virtual void | Register (vtkObjectBase *o) |
Increase the reference count (mark as used by another object). More... | |
virtual void | UnRegister (vtkObjectBase *o) |
Decrease the reference count (release by another object). More... | |
int | GetReferenceCount () |
Return the current reference count of this object. More... | |
void | SetReferenceCount (int) |
Sets the reference count. More... | |
void | PrintRevisions (ostream &) |
Legacy. More... | |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. More... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkAnimationScene * | SafeDownCast (vtkObjectBase *o) |
static vtkAnimationScene * | New () |
Static Public Member Functions inherited from vtkAnimationCue | |
static int | IsTypeOf (const char *type) |
static vtkAnimationCue * | SafeDownCast (vtkObjectBase *o) |
static vtkAnimationCue * | New () |
Static Public Member Functions inherited from vtkObject | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAnimationScene () | |
~vtkAnimationScene () override | |
void | InitializeChildren () |
void | FinalizeChildren () |
void | TickInternal (double currenttime, double deltatime, double clocktime) override |
Called on every valid tick. More... | |
void | StartCueInternal () override |
Called on every valid tick. More... | |
void | EndCueInternal () override |
Called on every valid tick. More... | |
Protected Member Functions inherited from vtkAnimationCue | |
vtkAnimationCue () | |
~vtkAnimationCue () override | |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
~vtkObject () override | |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
These methods allow a command to exclusively grab all events. More... | |
void | InternalReleaseFocus () |
These methods allow a command to exclusively grab all events. More... | |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
int | PlayMode |
double | FrameRate |
int | Loop |
int | InPlay |
int | StopPlay |
double | AnimationTime |
vtkCollection * | AnimationCues |
vtkCollectionIterator * | AnimationCuesIterator |
vtkTimerLog * | AnimationTimer |
Protected Attributes inherited from vtkAnimationCue | |
double | StartTime |
double | EndTime |
int | TimeMode |
double | AnimationTime |
double | DeltaTime |
double | ClockTime |
int | CueState |
Current state of the Cue. More... | |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Additional Inherited Members | |
Protected Types inherited from vtkAnimationCue | |
enum | { UNINITIALIZED =0, INACTIVE, ACTIVE } |
the animation scene manager.
vtkAnimationCue and vtkAnimationScene provide the framework to support animations in VTK. vtkAnimationCue represents an entity that changes/ animates with time, while vtkAnimationScene represents scene or setup for the animation, which consists of individual cues or other scenes.
A scene can be played in real time mode, or as a seqence of frames 1/frame rate apart in time.
Definition at line 44 of file vtkAnimationScene.h.
Definition at line 47 of file vtkAnimationScene.h.
Enumerator | |
---|---|
PLAYMODE_SEQUENCE | |
PLAYMODE_REALTIME |
Definition at line 121 of file vtkAnimationScene.h.
|
protected |
|
overrideprotected |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAnimationCue.
|
static |
|
protectedvirtual |
Reimplemented from vtkAnimationCue.
vtkAnimationScene* vtkAnimationScene::NewInstance | ( | ) | const |
|
overridevirtual |
Methods invoked by print to print information about the object including superclasses.
Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkAnimationCue.
|
static |
|
virtual |
Get/Set the PlayMode for running/playing the animation scene.
In the Sequence mode, all the frames are generated one after the other. The time reported to each Tick of the constituent cues (during Play) is incremented by 1/frame rate, irrespective of the current time. In the RealTime mode, time indicates the instance in time.
|
inline |
Get/Set the PlayMode for running/playing the animation scene.
In the Sequence mode, all the frames are generated one after the other. The time reported to each Tick of the constituent cues (during Play) is incremented by 1/frame rate, irrespective of the current time. In the RealTime mode, time indicates the instance in time.
Definition at line 60 of file vtkAnimationScene.h.
|
inline |
Get/Set the PlayMode for running/playing the animation scene.
In the Sequence mode, all the frames are generated one after the other. The time reported to each Tick of the constituent cues (during Play) is incremented by 1/frame rate, irrespective of the current time. In the RealTime mode, time indicates the instance in time.
Definition at line 61 of file vtkAnimationScene.h.
|
virtual |
Get/Set the PlayMode for running/playing the animation scene.
In the Sequence mode, all the frames are generated one after the other. The time reported to each Tick of the constituent cues (during Play) is incremented by 1/frame rate, irrespective of the current time. In the RealTime mode, time indicates the instance in time.
|
virtual |
Get/Set the frame rate (in frames per second).
This parameter affects only in the Sequence mode. The time interval indicated to each cue on every tick is progressed by 1/frame-rate seconds.
|
virtual |
Get/Set the frame rate (in frames per second).
This parameter affects only in the Sequence mode. The time interval indicated to each cue on every tick is progressed by 1/frame-rate seconds.
void vtkAnimationScene::AddCue | ( | vtkAnimationCue * | cue | ) |
Add/Remove an AnimationCue to/from the Scene.
It's an error to add a cue twice to the Scene.
void vtkAnimationScene::RemoveCue | ( | vtkAnimationCue * | cue | ) |
Add/Remove an AnimationCue to/from the Scene.
It's an error to add a cue twice to the Scene.
void vtkAnimationScene::RemoveAllCues | ( | ) |
Add/Remove an AnimationCue to/from the Scene.
It's an error to add a cue twice to the Scene.
int vtkAnimationScene::GetNumberOfCues | ( | ) |
Add/Remove an AnimationCue to/from the Scene.
It's an error to add a cue twice to the Scene.
|
virtual |
Starts playing the animation scene.
Fires a vtkCommand::StartEvent before play beings and vtkCommand::EndEvent after play ends.
void vtkAnimationScene::Stop | ( | ) |
Stops the animation scene that is running.
|
virtual |
Enable/Disable animation loop.
|
virtual |
Enable/Disable animation loop.
void vtkAnimationScene::SetAnimationTime | ( | double | time | ) |
Makes the state of the scene same as the given time.
|
overridevirtual |
Overridden to allow change to Normalized mode only if none of the constituent cues is in Relative time mode.
Reimplemented from vtkAnimationCue.
|
inline |
Returns if the animation is being played.
Definition at line 119 of file vtkAnimationScene.h.
|
overrideprotectedvirtual |
Called on every valid tick.
Calls ticks on all the contained cues.
Reimplemented from vtkAnimationCue.
|
overrideprotectedvirtual |
Called on every valid tick.
Calls ticks on all the contained cues.
Reimplemented from vtkAnimationCue.
|
overrideprotectedvirtual |
Called on every valid tick.
Calls ticks on all the contained cues.
Reimplemented from vtkAnimationCue.
|
protected |
|
protected |
|
protected |
Definition at line 144 of file vtkAnimationScene.h.
|
protected |
Definition at line 145 of file vtkAnimationScene.h.
|
protected |
Definition at line 146 of file vtkAnimationScene.h.
|
protected |
Definition at line 147 of file vtkAnimationScene.h.
|
protected |
Definition at line 148 of file vtkAnimationScene.h.
|
protected |
Definition at line 149 of file vtkAnimationScene.h.
|
protected |
Definition at line 151 of file vtkAnimationScene.h.
|
protected |
Definition at line 152 of file vtkAnimationScene.h.
|
protected |
Definition at line 153 of file vtkAnimationScene.h.