VAPoR
0.1
|
#include <animationparams.h>
Public Member Functions | |
Keyframe (Viewpoint *vp, float spd, int ts, int fnum) | |
Public Attributes | |
Viewpoint * | viewpoint |
float | speed |
int | timeStep |
int | numFrames |
bool | stationaryFlag |
bool | synch |
int | timestepsPerFrame |
Definition at line 287 of file animationparams.h.
|
inline |
Definition at line 289 of file animationparams.h.
References numFrames, speed, stationaryFlag, synch, timeStep, timestepsPerFrame, and viewpoint.
int VAPoR::Keyframe::numFrames |
Definition at line 296 of file animationparams.h.
Referenced by Keyframe().
float VAPoR::Keyframe::speed |
Definition at line 294 of file animationparams.h.
Referenced by Keyframe().
bool VAPoR::Keyframe::stationaryFlag |
Definition at line 297 of file animationparams.h.
Referenced by Keyframe().
bool VAPoR::Keyframe::synch |
Definition at line 298 of file animationparams.h.
Referenced by Keyframe().
int VAPoR::Keyframe::timeStep |
Definition at line 295 of file animationparams.h.
Referenced by Keyframe().
int VAPoR::Keyframe::timestepsPerFrame |
Definition at line 299 of file animationparams.h.
Referenced by Keyframe().
Viewpoint* VAPoR::Keyframe::viewpoint |
Definition at line 293 of file animationparams.h.
Referenced by Keyframe().