#include <Motion.h>
Public Member Functions | |
| MotionController () | |
| Envelope & | envelope (int controllerId, int motionId) |
| void | apply (Controllable &objControllable, float index) |
| void | record (Controllable &objControllable, float index) |
Private Attributes | |
| std::map< int, std::map< int, Envelope, ltu_int >, ltu_int > | controllers |
| MotionController::MotionController | ( | ) |
| Envelope & MotionController::envelope | ( | int | controllerId, | |
| int | motionId | |||
| ) |
| void MotionController::apply | ( | Controllable & | objControllable, | |
| float | index | |||
| ) |

| void MotionController::record | ( | Controllable & | objControllable, | |
| float | index | |||
| ) |

std::map<int, std::map<int, Envelope, ltu_int>, ltu_int> MotionController::controllers [private] |
1.5.6