|
ParaView
|
extends vtkPVAnimationScene to add awareness about view proxies. More...
#include <vtkSMAnimationScene.h>


extends vtkPVAnimationScene to add awareness about view proxies.
vtkSMAnimationScene subclasses vtkPVAnimationScene to add awareness about view proxies so that the scene can update view proxies using properties. vtkSMAnimationScene forwards the vtkCommand::StartEvent and vtkCommand::EndEvent from vtkCompositeAnimationPlayer to mark the start and end of animation playback.
Definition at line 36 of file vtkSMAnimationScene.h.
| vtkSMAnimationScene::vtkSMAnimationScene | ( | ) | [protected] |
| vtkSMAnimationScene::~vtkSMAnimationScene | ( | ) | [protected] |
| static vtkSMAnimationScene* vtkSMAnimationScene::New | ( | ) | [static] |
Reimplemented from vtkPVAnimationScene.
| virtual const char* vtkSMAnimationScene::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVAnimationScene.
| static int vtkSMAnimationScene::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVAnimationScene.
| virtual int vtkSMAnimationScene::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVAnimationScene.
| static vtkSMAnimationScene* vtkSMAnimationScene::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVAnimationScene.
| void vtkSMAnimationScene::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVAnimationScene.
| void vtkSMAnimationScene::AddViewProxy | ( | vtkSMViewProxy * | proxy | ) |
Add view proxies that are involved in the animation generated by this scene. When playing the animation, the scene will call StillRender() on the view proxies it is aware of, also updating any caching parameters.
| void vtkSMAnimationScene::RemoveViewProxy | ( | vtkSMViewProxy * | proxy | ) |
Add view proxies that are involved in the animation generated by this scene. When playing the animation, the scene will call StillRender() on the view proxies it is aware of, also updating any caching parameters.
| void vtkSMAnimationScene::RemoveAllViewProxies | ( | ) |
Add view proxies that are involved in the animation generated by this scene. When playing the animation, the scene will call StillRender() on the view proxies it is aware of, also updating any caching parameters.
| unsigned int vtkSMAnimationScene::GetNumberOfViewProxies | ( | ) |
Access the view proxies.
| vtkSMViewProxy* vtkSMAnimationScene::GetViewProxy | ( | unsigned int | cc | ) |
Access the view proxies.
| virtual void vtkSMAnimationScene::SetCaching | ( | bool | ) | [virtual] |
Set if caching is enabled. If Caching is true, then on every time-step, this will update the UseCache and CacheKey properties on each of the views.
| virtual bool vtkSMAnimationScene::GetCaching | ( | ) | [virtual] |
Set if caching is enabled. If Caching is true, then on every time-step, this will update the UseCache and CacheKey properties on each of the views.
| void vtkSMAnimationScene::SetCacheLimit | ( | unsigned long | kbs | ) |
Set the cache limit in KBs.
| void vtkSMAnimationScene::SetTimeKeeper | ( | vtkSMProxy * | ) |
Set the time keeper. Time keeper is used to obtain the information about timesteps. This is required to play animation in "Snap To Timesteps" mode.
| virtual vtkSMProxy* vtkSMAnimationScene::GetTimeKeeper | ( | ) | [virtual] |
Set the time keeper. Time keeper is used to obtain the information about timesteps. This is required to play animation in "Snap To Timesteps" mode.
| virtual void vtkSMAnimationScene::SetLockStartTime | ( | bool | ) | [virtual] |
Lock the start time. When locked, the StartTime won't be automatically updated when data time changes.
| virtual bool vtkSMAnimationScene::GetLockStartTime | ( | ) | [virtual] |
Lock the start time. When locked, the StartTime won't be automatically updated when data time changes.
| virtual void vtkSMAnimationScene::LockStartTimeOn | ( | ) | [virtual] |
Lock the start time. When locked, the StartTime won't be automatically updated when data time changes.
| virtual void vtkSMAnimationScene::LockStartTimeOff | ( | ) | [virtual] |
Lock the start time. When locked, the StartTime won't be automatically updated when data time changes.
| virtual void vtkSMAnimationScene::SetLockEndTime | ( | bool | ) | [virtual] |
Lock the end time. When locked, the EndTime won't be automatically updated when the data time changes.
| virtual bool vtkSMAnimationScene::GetLockEndTime | ( | ) | [virtual] |
Lock the end time. When locked, the EndTime won't be automatically updated when the data time changes.
| virtual void vtkSMAnimationScene::LockEndTimeOn | ( | ) | [virtual] |
Lock the end time. When locked, the EndTime won't be automatically updated when the data time changes.
| virtual void vtkSMAnimationScene::LockEndTimeOff | ( | ) | [virtual] |
Lock the end time. When locked, the EndTime won't be automatically updated when the data time changes.
| void vtkSMAnimationScene::SetLoop | ( | int | val | ) |
Forwarded to vtkCompositeAnimationPlayer.
| int vtkSMAnimationScene::GetLoop | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::Play | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::Stop | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::GoToNext | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::GoToPrevious | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::GoToFirst | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::GoToLast | ( | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::SetPlayMode | ( | int | val | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::SetNumberOfFrames | ( | int | val | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::SetDuration | ( | int | val | ) |
Forwarded to vtkCompositeAnimationPlayer.
| void vtkSMAnimationScene::SetFramesPerTimestep | ( | int | val | ) |
Forwarded to vtkCompositeAnimationPlayer.
| virtual void vtkSMAnimationScene::TickInternal | ( | double | currenttime, |
| double | deltatime, | ||
| double | clocktime | ||
| ) | [protected, virtual] |
Overridden to ensure that caching parameters are passed to the view correctly.
Reimplemented from vtkPVAnimationScene.
| void vtkSMAnimationScene::TimeKeeperTimeRangeChanged | ( | ) | [protected] |
Called when the timekeeper's time range changes.
| void vtkSMAnimationScene::TimeKeeperTimestepsChanged | ( | ) | [protected] |
Called when the timekeeper's time range changes.
| virtual void vtkSMAnimationScene::SetOverrideStillRender | ( | bool | ) | [protected, virtual] |
friend class vtkSMAnimationSceneImageWriter [friend] |
Definition at line 135 of file vtkSMAnimationScene.h.
bool vtkSMAnimationScene::Caching [protected] |
Definition at line 128 of file vtkSMAnimationScene.h.
bool vtkSMAnimationScene::LockStartTime [protected] |
Definition at line 129 of file vtkSMAnimationScene.h.
bool vtkSMAnimationScene::LockEndTime [protected] |
Definition at line 130 of file vtkSMAnimationScene.h.
vtkSMProxy* vtkSMAnimationScene::TimeKeeper [protected] |
Definition at line 131 of file vtkSMAnimationScene.h.
Definition at line 132 of file vtkSMAnimationScene.h.
vtkEventForwarderCommand* vtkSMAnimationScene::Forwarder [protected] |
Definition at line 133 of file vtkSMAnimationScene.h.
bool vtkSMAnimationScene::OverrideStillRender [protected] |
Definition at line 136 of file vtkSMAnimationScene.h.
1.7.5.1