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 272 of file animationparams.h.
|
inline |
Definition at line 274 of file animationparams.h.
References numFrames, speed, stationaryFlag, synch, timeStep, timestepsPerFrame, and viewpoint.
int VAPoR::Keyframe::numFrames |
Definition at line 281 of file animationparams.h.
Referenced by Keyframe().
float VAPoR::Keyframe::speed |
Definition at line 279 of file animationparams.h.
Referenced by Keyframe().
bool VAPoR::Keyframe::stationaryFlag |
Definition at line 282 of file animationparams.h.
Referenced by Keyframe().
bool VAPoR::Keyframe::synch |
Definition at line 283 of file animationparams.h.
Referenced by Keyframe().
int VAPoR::Keyframe::timeStep |
Definition at line 280 of file animationparams.h.
Referenced by Keyframe().
int VAPoR::Keyframe::timestepsPerFrame |
Definition at line 284 of file animationparams.h.
Referenced by Keyframe().
Viewpoint* VAPoR::Keyframe::viewpoint |
Definition at line 278 of file animationparams.h.
Referenced by Keyframe().