#include <camerakeyframe.h>
|
|
using | value_type = Camera |
|
using | value_type = void |
|
|
| CameraKeyframe (Seconds time) |
|
| CameraKeyframe (Seconds time, const Camera &cam) |
| virtual CameraKeyframe * | clone () const override |
|
| CameraKeyframe (const CameraKeyframe &rhs)=default |
|
CameraKeyframe & | operator= (const CameraKeyframe &that)=default |
|
const vec3 & | getLookFrom () const |
|
virtual void | setLookFrom (vec3 val) |
|
const vec3 & | getLookTo () const |
|
virtual void | setLookTo (vec3 val) |
|
const vec3 & | getLookUp () const |
|
virtual void | setLookUp (vec3 val) |
|
vec3 | getDirection () const |
| | Get unnormalized direction of camera: lookTo - lookFrom.
|
|
void | updateFrom (const Camera &value) |
| virtual void | serialize (Serializer &s) const override |
| virtual void | deserialize (Deserializer &d) override |
|
| BaseKeyframe (Seconds time) |
| virtual Seconds | getTime () const override |
| virtual void | setTime (Seconds time) override |
| virtual bool | isSelected () const override |
| virtual void | setSelected (bool selected) override |
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
|
void | addObserver (KeyframeObserver *observer) |
|
void | removeObserver (KeyframeObserver *observer) |
|
bool | isObservedBy (KeyframeObserver *observer) const |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
|
|
static constexpr std::string_view | getName () |
|
|
| BaseKeyframe (const BaseKeyframe &rhs)=default |
|
| BaseKeyframe (BaseKeyframe &&rhs)=default |
|
BaseKeyframe & | operator= (const BaseKeyframe &that) |
|
BaseKeyframe & | operator= (BaseKeyframe &&that)=default |
|
void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
|
void | notifyKeyframeSelectionChanged (Keyframe *key) |
|
void | forEachObserver (C callback) |
|
virtual void | addObserver (Observer *observer)=0 |
|
virtual void | removeObserver (Observer *observer)=0 |
|
void | addObservationHelper (Observer *observer) |
|
void | removeObservationHelper (Observer *observer) |
Keyframe of Camera value type. Stores the KeyFrame value at a given time.
- Note
- Only considers the Camera lookFrom, lookTo and lookUp
- See also
- Keyframe
◆ clone()
| virtual CameraKeyframe * inviwo::animation::CameraKeyframe::clone |
( |
| ) |
const |
|
overridevirtual |
◆ deserialize()
| virtual void inviwo::animation::CameraKeyframe::deserialize |
( |
Deserializer & | d | ) |
|
|
overridevirtual |
◆ serialize()
| virtual void inviwo::animation::CameraKeyframe::serialize |
( |
Serializer & | s | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: