\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - Kinetic Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Kinetic::Simulator_objects_listener< Simulator_listener, KDS > Class Template Reference

#include <CGAL/Kinetic/Simulator_objects_listener.h>

Definition

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.

See Also
Kinetic::Listener

Creation

 Simulator_objects_listener (Simulator::Handle, KDS *)
 default constructor.