\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 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.