libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
This is the complete list of members for moParamInterpolation, including all inherited members.
Activate() | moParamInterpolation | |
bezier_x(double t, double Ax, double Bx, double Cx) | moParamInterpolation | |
bezier_x_der(double t, double Ax, double Bx, double Cx) | moParamInterpolation | |
bezier_y(double t, double Ay, double By, double Cy) | moParamInterpolation | |
cubic_bezier(double t, double p1, double p2, double p3, double p4) | moParamInterpolation | |
find_x_for(double t, double Ax, double Bx, double Cx) | moParamInterpolation | |
GetDuration() | moParamInterpolation | |
GetFunctionToText() | moParamInterpolation | |
GetTimer() const | moParamInterpolation | |
InterpolateData(moData &pParamData) | moParamInterpolation | |
InterpolateValue(moValue &pParamValue) | moParamInterpolation | |
IsOn() const | moParamInterpolation | |
moParamInterpolation() | moParamInterpolation | |
moParamInterpolation(const moParamInterpolation &src) | moParamInterpolation | |
operator=(const moParamInterpolation &src) | moParamInterpolation | |
SetDuration(MOlong p_fun_duration) | moParamInterpolation | |
SetInterpolation(const moText &p_interpol_fun, const moText &p_fun_duration=moText(1000), const moText &p_fun_expression=moText()) | moParamInterpolation | |
SetInterpolation(moParamInterpolationFunction p_interpol_fun, const moText &p_fun_duration=moText("1000"), const moText &p_fun_expression=moText("")) | moParamInterpolation | |
SetInterpolationFunction(const moText &p_interpol_fun) | moParamInterpolation | |
StartInterpolation(const moData &p_data_in, const moData &p_data_out) | moParamInterpolation | |
StartInterpolation(const moValue &p_value_in, const moValue &p_value_out) | moParamInterpolation | |
StopInterpolation() | moParamInterpolation | |
ToJSON() | moParamInterpolation | inline |
~moParamInterpolation() | moParamInterpolation | virtual |