Inviwo  0.9.10.1
Inviwo documentation
inviwo::animation::ValueKeyframeSequence Class Referenceabstract
+ Inheritance diagram for inviwo::animation::ValueKeyframeSequence:

Public Member Functions

virtual const InterpolationgetInterpolation () const =0
 
virtual void setInterpolation (std::unique_ptr< Interpolation > interpolation)=0
 
virtual easing::EasingType getEasingType () const =0
 
virtual void setEasingType (easing::EasingType easing)=0
 
- Public Member Functions inherited from inviwo::Observable< ValueKeyframeSequenceObserver >
 Observable (const Observable< ValueKeyframeSequenceObserver > &other)
 
 Observable (Observable< ValueKeyframeSequenceObserver > &&other)
 
Observable< ValueKeyframeSequenceObserver > & operator= (const Observable< ValueKeyframeSequenceObserver > &other)
 
Observable< ValueKeyframeSequenceObserver > & operator= (Observable< ValueKeyframeSequenceObserver > &&other)
 
void addObserver (ValueKeyframeSequenceObserver *observer)
 
void removeObserver (ValueKeyframeSequenceObserver *observer)
 
virtual void startBlockingNotifications () override final
 
virtual void stopBlockingNotifications () override final
 

Additional Inherited Members

- Protected Member Functions inherited from inviwo::animation::ValueKeyframeSequenceObserverble
void notifyValueKeyframeSequenceEasingChanged (ValueKeyframeSequence *seq)
 
void notifyValueKeyframeSequenceInterpolationChanged (ValueKeyframeSequence *seq)
 
- Protected Member Functions inherited from inviwo::Observable< ValueKeyframeSequenceObserver >
void forEachObserver (C callback)
 
- Protected Member Functions inherited from inviwo::ObservableInterface
void addObservationHelper (Observer *observer)
 
void removeObservationHelper (Observer *observer)
 

The documentation for this class was generated from the following file: