CGAL 4.8.1 - Kinetic Data Structures
|
#include <CGAL/Kinetic/Erase_event.h>
This event erases a point from the ActiveObjectsTable
when it is processed.
Kinetic::ActiveObjectsTable
Kinetic::Active_objects_vector<MovingObject>
Example
Creation | |
Insert_event (ActiveObjectsTable::Key k, ActiveObjectsTable::Handle t) | |
Erase the object k from the table t when processed. | |