Home
last modified time | relevance | path

Searched refs:embedding_storage (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/example/
Dstraight_line_drawing.cpp68 embedding_storage_t embedding_storage(num_vertices(g)); in main() local
69 embedding_t embedding(embedding_storage.begin(), get(vertex_index, g)); in main()
/third_party/boost/libs/graph/test/
Dmake_bicon_planar_test.cpp78 embedding_storage_t embedding_storage(num_vertices(g)); in test_line_graph() local
79 embedding_t embedding(embedding_storage.begin(), get(vertex_index, g)); in test_line_graph()
Dmake_maximal_planar_test.cpp80 embedding_storage_t embedding_storage(num_vertices(g)); in test_cycle() local
81 embedding_t embedding(embedding_storage.begin(), get(vertex_index, g)); in test_cycle()