CGAL 4.11 - Kinetic Data Structures
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kinetic::RegularTriangulationVisitor_3 Concept Reference

Definition

This concept is for proxy objects which get notified when a kinetic regular triangulation changes. It inherits all the methods of DelaunayTriangulationVisitor_3.

Refines:
Kinetic::DelaunayTriangulationVisitor_3
Has Models:

CGAL::Kinetic::Regular_triangulation_visitor_base_3

CGAL::Kinetic::Regular_triangulation_event_log_visitor_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.