|
CGAL 4.4 - 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. More... | |
| void | post_move (Key, Cell) |
The point defined by Key just moved to the cell. More... | |
| void Kinetic::RegularTriangulationVisitor_3::post_move | ( | Key | , |
| Cell | |||
| ) |
The point defined by Key just moved to the cell.