|
ParaView
|
vtkAnimationPlayer subclass that plays through a discrete set of time values. More...
#include <vtkTimestepsAnimationPlayer.h>


vtkAnimationPlayer subclass that plays through a discrete set of time values.
Player to play an animation scene through a discrete set of time values. FramesPerTimestep controls how many frames are generated for each time value.
Definition at line 30 of file vtkTimestepsAnimationPlayer.h.
| vtkTimestepsAnimationPlayer::vtkTimestepsAnimationPlayer | ( | ) | [protected] |
Returns the timestep value before the given timestep. If no value exists, returns the argument time itself.
| vtkTimestepsAnimationPlayer::~vtkTimestepsAnimationPlayer | ( | ) | [protected] |
Returns the timestep value before the given timestep. If no value exists, returns the argument time itself.
| static vtkTimestepsAnimationPlayer* vtkTimestepsAnimationPlayer::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkTimestepsAnimationPlayer::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkAnimationPlayer.
| static int vtkTimestepsAnimationPlayer::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkAnimationPlayer.
| virtual int vtkTimestepsAnimationPlayer::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkAnimationPlayer.
| static vtkTimestepsAnimationPlayer* vtkTimestepsAnimationPlayer::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkAnimationPlayer.
| void vtkTimestepsAnimationPlayer::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkAnimationPlayer.
| void vtkTimestepsAnimationPlayer::AddTimeStep | ( | double | time | ) |
Add/Remove timesteps.
| void vtkTimestepsAnimationPlayer::RemoveTimeStep | ( | double | time | ) |
Add/Remove timesteps.
| void vtkTimestepsAnimationPlayer::RemoveAllTimeSteps | ( | ) |
Remove all timesteps.
| unsigned int vtkTimestepsAnimationPlayer::GetNumberOfTimeSteps | ( | ) |
Get number of timesteps.
| virtual void vtkTimestepsAnimationPlayer::SetFramesPerTimestep | ( | unsigned | long | ) | [virtual] |
Get/Set the number of frames per timstep.
| virtual unsigned long vtkTimestepsAnimationPlayer::GetFramesPerTimestep | ( | ) | [virtual] |
Get/Set the number of frames per timstep.
Returns the timestep value after the given timestep. If no value exists, returns the argument time itself.
Returns the timestep value before the given timestep. If no value exists, returns the argument time itself.
| virtual void vtkTimestepsAnimationPlayer::StartLoop | ( | double | , |
| double | , | ||
| double | |||
| ) | [protected, virtual] |
Implements vtkAnimationPlayer.
| virtual void vtkTimestepsAnimationPlayer::EndLoop | ( | ) | [inline, protected, virtual] |
Implements vtkAnimationPlayer.
Definition at line 69 of file vtkTimestepsAnimationPlayer.h.
Return the next time given the current time.
Implements vtkAnimationPlayer.
| virtual double vtkTimestepsAnimationPlayer::GoToNext | ( | double | , |
| double | , | ||
| double | currenttime | ||
| ) | [inline, protected, virtual] |
Implements vtkAnimationPlayer.
Definition at line 75 of file vtkTimestepsAnimationPlayer.h.
| virtual double vtkTimestepsAnimationPlayer::GoToPrevious | ( | double | , |
| double | , | ||
| double | currenttime | ||
| ) | [inline, protected, virtual] |
Implements vtkAnimationPlayer.
Definition at line 80 of file vtkTimestepsAnimationPlayer.h.
unsigned long vtkTimestepsAnimationPlayer::FramesPerTimestep [protected] |
Definition at line 85 of file vtkTimestepsAnimationPlayer.h.
unsigned long vtkTimestepsAnimationPlayer::Count [protected] |
Definition at line 86 of file vtkTimestepsAnimationPlayer.h.
1.7.5.1