|
CGAL 4.3 - Kinetic Framework
|
#include <CGAL/Kinetic/Simulator_objects_listener.h>
The class Kinetic::Simulator_objects_listener is a helper for classes which wish to react to Simulator::Listener::DIRECTION_OF_TIME notifications.
The helper object translates such notifications reverse_time function calls on the responder. See Kinetic::Qt_moving_points_2 for a simple example of using this helper function.
Kinetic::Listener Creation | |
| Simulator_objects_listener (Simulator::Handle, KDS *) | |
| default constructor. | |