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 32 of file vtkTimestepsAnimationPlayer.h.
◆ Superclass
◆ vtkTimestepsAnimationPlayer()
vtkTimestepsAnimationPlayer::vtkTimestepsAnimationPlayer |
( |
| ) |
|
|
protected |
Returns the timestep value before the given timestep.
If no value exists, returns the argument time
itself.
◆ ~vtkTimestepsAnimationPlayer()
vtkTimestepsAnimationPlayer::~vtkTimestepsAnimationPlayer |
( |
| ) |
|
|
protected |
Returns the timestep value before the given timestep.
If no value exists, returns the argument time
itself.
◆ New()
◆ GetClassName()
virtual const char* vtkTimestepsAnimationPlayer::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkTimestepsAnimationPlayer::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkTimestepsAnimationPlayer::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkTimestepsAnimationPlayer::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ AddTimeStep()
void vtkTimestepsAnimationPlayer::AddTimeStep |
( |
double |
time | ) |
|
◆ RemoveTimeStep()
void vtkTimestepsAnimationPlayer::RemoveTimeStep |
( |
double |
time | ) |
|
◆ RemoveAllTimeSteps()
void vtkTimestepsAnimationPlayer::RemoveAllTimeSteps |
( |
| ) |
|
◆ GetNumberOfTimeSteps()
unsigned int vtkTimestepsAnimationPlayer::GetNumberOfTimeSteps |
( |
| ) |
|
◆ SetFramesPerTimestep()
virtual void vtkTimestepsAnimationPlayer::SetFramesPerTimestep |
( |
unsigned |
long | ) |
|
|
virtual |
Get/Set the number of frames per timstep.
◆ GetFramesPerTimestep()
virtual unsigned long vtkTimestepsAnimationPlayer::GetFramesPerTimestep |
( |
| ) |
|
|
virtual |
Get/Set the number of frames per timstep.
◆ GetNextTimeStep()
double vtkTimestepsAnimationPlayer::GetNextTimeStep |
( |
double |
time | ) |
|
Returns the timestep value after the given timestep.
If no value exists, returns the argument time
itself.
◆ GetPreviousTimeStep()
double vtkTimestepsAnimationPlayer::GetPreviousTimeStep |
( |
double |
time | ) |
|
Returns the timestep value before the given timestep.
If no value exists, returns the argument time
itself.
◆ StartLoop()
virtual void vtkTimestepsAnimationPlayer::StartLoop |
( |
double |
, |
|
|
double |
, |
|
|
double * |
|
|
) |
| |
|
protectedvirtual |
◆ EndLoop()
virtual void vtkTimestepsAnimationPlayer::EndLoop |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ GetNextTime()
virtual double vtkTimestepsAnimationPlayer::GetNextTime |
( |
double |
currentime | ) |
|
|
protectedvirtual |
◆ GoToNext()
virtual double vtkTimestepsAnimationPlayer::GoToNext |
( |
double |
, |
|
|
double |
, |
|
|
double |
currenttime |
|
) |
| |
|
inlineprotectedvirtual |
◆ GoToPrevious()
virtual double vtkTimestepsAnimationPlayer::GoToPrevious |
( |
double |
, |
|
|
double |
, |
|
|
double |
currenttime |
|
) |
| |
|
inlineprotectedvirtual |
◆ PlaybackWindow
double vtkTimestepsAnimationPlayer::PlaybackWindow[2] |
|
protected |
◆ FramesPerTimestep
unsigned long vtkTimestepsAnimationPlayer::FramesPerTimestep |
|
protected |
◆ Count
unsigned long vtkTimestepsAnimationPlayer::Count |
|
protected |
The documentation for this class was generated from the following file: