CGAL 4.8.1 - Kinetic Framework
|
#include <CGAL/Kinetic/Default_simulator.h>
The class Kinetic::Default_simulator
controls kinetic data structures by maintaining a concept of time and ensuring that events are processed when necessary.
Creation | |
Default_simulator (const Time start=Time(0), const Time end=Time::infinity()) | |
Construct a Kinetic::Default_simulator which will process events between times start and end (events outside this window will be discarded). | |