\( \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.7 - Kinetic Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Kinetic::Simulator_listener< Listener, KDS > Class Template Reference

#include <CGAL/Kinetic/listeners.h>

Definition

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.

See Also
Kinetic::Simulator
Listener<Interface>

Creation

 Simulator_listener (Simulator::Handle, KDS *kds)
 default constructor.