Kinetic::RegularTriangulationVisitor_3

Definition

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

Is Model for the Concepts

Kinetic::DelaunayTriangulationVisitor_3

Operations

void v.pre_move ( Key, Cell) The point defined by Key is about to move from the cell.

void v.post_move ( Key, Cell) The point defined by Key just moved to the cell.

Has Models

Kinetic::Regular_triangulation_visitor_base_3, Kinetic::Regular_triangulation_event_log_visitor_3