![]() |
ATLAS Offline Software
|
#include <AnimationSequence.h>
Public Member Functions | |
| Frame (const REGION &r, const SbVec3f &d, const SbVec3f &u, const double &t, bool vs, bool fc, double c) | |
| Frame (QByteArray cs, const double &t, bool vs, bool fc, double c) | |
Public Attributes | |
| double | time {} |
| double | clipVolPercent {} |
| bool | variableSpeed {} |
| bool | forceCircular {} |
| QByteArray | camState |
| REGION | reg |
| SbVec3f | dir |
| SbVec3f | upvec |
Definition at line 29 of file AnimationSequence.h.
|
inline |
Definition at line 31 of file AnimationSequence.h.
|
inline |
Definition at line 33 of file AnimationSequence.h.
| QByteArray AnimationSequence::Frame::camState |
Definition at line 43 of file AnimationSequence.h.
| double AnimationSequence::Frame::clipVolPercent {} |
Definition at line 38 of file AnimationSequence.h.
| SbVec3f AnimationSequence::Frame::dir |
Definition at line 45 of file AnimationSequence.h.
| bool AnimationSequence::Frame::forceCircular {} |
Definition at line 40 of file AnimationSequence.h.
| REGION AnimationSequence::Frame::reg |
Definition at line 44 of file AnimationSequence.h.
| double AnimationSequence::Frame::time {} |
Definition at line 37 of file AnimationSequence.h.
| SbVec3f AnimationSequence::Frame::upvec |
Definition at line 46 of file AnimationSequence.h.
| bool AnimationSequence::Frame::variableSpeed {} |
Definition at line 39 of file AnimationSequence.h.