Lista completa de los miembros de moParamInterpolation, incluyendo todos los heredados:
| 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 | |
| m_bIsOn | moParamInterpolation | private |
| m_DataIn | moParamInterpolation | private |
| m_DataInterpolated | moParamInterpolation | private |
| m_DataOut | moParamInterpolation | private |
| m_Duration | moParamInterpolation | private |
| m_FullJSON | moParamInterpolation | private |
| m_Function | moParamInterpolation | private |
| m_Timer | moParamInterpolation | private |
| m_ValueIn | moParamInterpolation | private |
| m_ValueInterpolated | moParamInterpolation | private |
| m_ValueOut | moParamInterpolation | private |
| 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 |