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

Public Member Functions | |
| virtual | ~LocalInteraction () |
| Destructor. | |
| virtual void | init () |
| Init at each step. | |
| virtual void | objectStep (double dt, PhysicalObject *po, World *w) |
| Interact with object. | |
| virtual void | wallsStep (World *w) |
| Interact with walls. | |
| virtual void | finalize (double dt) |
| Finalize at each step. | |
| double | getRange () const |
| Return the range of the interaction. | |
Protected Attributes | |
| double | r |
| Radius of the local interaction. | |
| Robot * | owner |
| The physical object that owns the interaction. | |
Friends | |
| class | Robot |
| Robots can access protected members me. | |
1.4.2