|
CGAL 4.4 - Kinetic Data Structures
|
This concept is for proxy objects which get notified when a kinetic Delaunay triangulation changes.
Operations | |
| void | pre_remove_vertex (Vertex_handle) |
| The vertex is about to be deleted. More... | |
| void | post_remove_vertex (Point_key) |
| The vertex was just removed. More... | |
| void | pre_insert_vertex (Point_key) |
The vertex is about to be inserted into the cell (although the Cell_handle might be NULL). More... | |
| void | post_insert_vertex (Vertex_handle) |
| The vertex was just inserted. More... | |
| void | change_vertex (Vertex_handle) |
| The trajectory of the point at the vertex changed. More... | |
| void | create_face (Face_handle f) |
| The face has just been made. More... | |
| void | destroy_face (Face_handle f) |
| The face is about to be destroyed. More... | |
| void | pre_flip (Edge) |
| The edge is about to be flipped. More... | |
| void | post_flip (Edge) |
| The edge was just created with a flip. More... | |
| void Kinetic::DelaunayTriangulationVisitor_2::change_vertex | ( | Vertex_handle | ) |
The trajectory of the point at the vertex changed.
| void Kinetic::DelaunayTriangulationVisitor_2::create_face | ( | Face_handle | f | ) |
The face has just been made.
| void Kinetic::DelaunayTriangulationVisitor_2::destroy_face | ( | Face_handle | f | ) |
The face is about to be destroyed.
| void Kinetic::DelaunayTriangulationVisitor_2::post_flip | ( | Edge | ) |
The edge was just created with a flip.
| void Kinetic::DelaunayTriangulationVisitor_2::post_insert_vertex | ( | Vertex_handle | ) |
The vertex was just inserted.
| void Kinetic::DelaunayTriangulationVisitor_2::post_remove_vertex | ( | Point_key | ) |
The vertex was just removed.
| void Kinetic::DelaunayTriangulationVisitor_2::pre_flip | ( | Edge | ) |
The edge is about to be flipped.
| void Kinetic::DelaunayTriangulationVisitor_2::pre_insert_vertex | ( | Point_key | ) |
The vertex is about to be inserted into the cell (although the Cell_handle might be NULL).
| void Kinetic::DelaunayTriangulationVisitor_2::pre_remove_vertex | ( | Vertex_handle | ) |
The vertex is about to be deleted.