Home
last modified time | relevance | path

Searched defs:vertex_output_visitor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/graph/example/
Dplanar_face_traversal.cpp30 struct vertex_output_visitor : public output_visitor struct
32 template < typename Vertex > void next_vertex(Vertex v) in next_vertex()