|
CGAL 4.3 - Kinetic Framework
|
#include <CGAL/Kinetic/listeners.h>
The class Kinetic::Simulator_listener acts as a helper class for kinetic data structures which want to respond to Simulator::Listener::HAS_AUDIT_TIME notifications.
When kinetic data structures can audit themselves, the Kinetic::Simulator_listener calls the audit() method on the kinetic data structure.
Kinetic::Simulator Listener<Interface> Creation | |
| Simulator_listener (Simulator::Handle, KDS *kds) | |
| default constructor. | |