\( \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::DelaunayTriangulationVisitor_2 Concept Reference

Definition

Operations

void pre_remove_vertex (Vertex_handle)
 The vertex is about to be deleted.
 
void post_remove_vertex (Point_key)
 The vertex was just removed.
 
void pre_insert_vertex (Point_key)
 The vertex is about to be inserted into the cell (although the Cell_handle might be NULL).
 
void post_insert_vertex (Vertex_handle)
 The vertex was just inserted.
 
void change_vertex (Vertex_handle)
 The trajectory of the point at the vertex changed.
 
void create_face (Face_handle f)
 The face has just been made.
 
void destroy_face (Face_handle f)
 The face is about to be destroyed.
 
void pre_flip (Edge)
 The edge is about to be flipped.
 
void post_flip (Edge)
 The edge was just created with a flip.