#include <Interaction.h>
Inheritance diagram for Enki::GlobalInteraction:

Public Member Functions | |
| virtual | ~GlobalInteraction () |
| Destructor. | |
| virtual void | init () |
| Init at each step. | |
| virtual void | step (double dt, World *w) |
| Interact with world. | |
| virtual void | finalize () |
| Finalize at each step. | |
Protected Attributes | |
| Robot * | owner |
| The physical object that owns the interaction. | |
1.4.2