void
|
v.pre_remove_vertex ( Vertex_handle)
|
| |
The vertex is about to be deleted.
|
|
void
|
v.post_remove_vertex ( Point_key)
|
The vertex was just removed.
|
|
void
|
v.pre_insert_vertex ( Point_key)
|
The vertex is about to be inserted into the cell (although the Cell_handle might be NULL).
|
|
void
|
v.post_insert_vertex ( Vertex_handle)
|
| |
The vertex was just inserted.
|
|
void
|
v.change_vertex ( Vertex_handle)
|
Something changed at the vertex.
|
|
void
|
v.pre_swap ( Vertex_handle, Vertex_handle)
|
| |
The pair of vertices is about to be exchanged.
|
|
void
|
v.post_swap ( Vertex_handle, Vertex_handle)
|
| |
The pair of vertices was just swapped.
|