Kinetic::SortVisitor

Definition

This concept is for proxy objects which have functions called on them when a Kinetic::Sort<Traits, Visitor>.

Operations

void v.remove_vertex ( Vertex_handle)
The vertex is about to be deleted.

void v.create_vertex ( Vertex_handle)
The vertex was just created.

void v.modify_vertex ( Vertex_handle)
Something changed at the vertex.

void v.before_swap ( Vertex_handle, Vertex_handle)
The pair of vertices is about to be exchanged.

void v.after_swap ( Vertex_handle, Vertex_handle)
The pair of vertices was just swapped.

Has Models

Kinetic::Sort_visitor_base, Kinetic::Sort_event_log_visitor