synfig-core
1.0.3
|
#include <waypoint.h>
Public Member Functions | |
Model () | |
Interpolation | get_before () const |
Gets before Interpolation. | |
void | set_before (Interpolation x) |
Sets before Interpolation. | |
Interpolation | get_after () const |
Gets after Interpolation. | |
void | set_after (Interpolation x) |
Sets after Interpolation. | |
const Real & | get_tension () const |
Gets tension. | |
void | set_tension (const Real &x) |
Sets tension. | |
const Real & | get_continuity () const |
Gets continuity. | |
void | set_continuity (const Real &x) |
Sets continuity. | |
const Real & | get_bias () const |
Gets bias. | |
void | set_bias (const Real &x) |
Sets bias. | |
const Real & | get_temporal_tension () const |
Gets temporal tension. | |
void | set_temporal_tension (const Real &x) |
Sets temporal tension. | |
int | get_priority () const |
Gets priority. | |
void | set_priority (int x) |
Sets priority. | |
void | reset () |
Converts the Model in trivial: None of its values will be applied. | |
bool | is_trivial () const |
Friends | |
class | Waypoint |
|
inline |
|
inline |
Gets before Interpolation.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets before Interpolation.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets after Interpolation.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets after Interpolation.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets tension.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets tension.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets continuity.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets continuity.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets bias.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets bias.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets temporal tension.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets temporal tension.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Gets priority.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Sets priority.
Referenced by synfig::Keyframe::apply_model().
|
inline |
Converts the Model in trivial: None of its values will be applied.
|
inline |
Checks if none of the Model information is relevant for the Waypoint If all the flags are off, the Model doesn't apply wnything to the waypoint.
|
friend |