CGAL 4.8.1 - Kinetic Data Structures
|
This concept is for proxy objects which get notified when a kinetic regular triangulation changes. It inherits all the methods of DelaunayTriangulationVisitor_3
.
Operations | |
void | pre_move (Key, Cell) |
The point defined by Key is about to move from the cell. | |
void | post_move (Key, Cell) |
The point defined by Key just moved to the cell. | |