![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/animation/datastructures/keyframe.h>
Inheritance diagram for inviwo::animation::Keyframe:Public Member Functions | |
| virtual Keyframe * | clone () const =0 |
| virtual void | deserialize (Deserializer &d) override=0 |
| virtual Seconds | getTime () const =0 |
| virtual bool | isSelected () const =0 |
| auto | operator<=> (const Keyframe &other) const |
| auto | operator<=> (const Seconds &time) const |
| auto | operator== (const Keyframe &other) const =delete |
| virtual void | serialize (Serializer &s) const override=0 |
| virtual void | setSelected (bool selected)=0 |
| virtual void | setTime (Seconds time)=0 |
Public Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | addObserver (KeyframeObserver *observer) |
| bool | isObservedBy (KeyframeObserver *observer) const |
| Observable (const Observable< KeyframeObserver > &other) | |
| Observable (Observable< KeyframeObserver > &&other) noexcept | |
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
| Observable< KeyframeObserver > & | operator= (Observable< KeyframeObserver > &&other) noexcept |
| void | removeObserver (KeyframeObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::animation::KeyframeObservable | |
| void | notifyKeyframeEasingChanged (Keyframe *key) |
| void | notifyKeyframeSelectionChanged (Keyframe *key) |
| void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
Protected Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |
Interface for keyframes in an animation Track. A keyframe usually contain a snapshot of a value at a given time, which will used for interpolation in a KeyFrameSequence. Note that a keyframe could also be a script to be executed.
|
overridepure virtual |
Implements inviwo::Serializable.
|
overridepure virtual |
Implements inviwo::Serializable.