Lines Matching refs:topology
43 const Graph& g, PositionMap position, const Topology& topology) in print_graph_layout() argument
50 min_point = topology.pointwise_min(min_point, position[v]); in print_graph_layout()
51 max_point = topology.pointwise_max(max_point, position[v]); in print_graph_layout()
118 square_topology<> topology; in test_circle_layout() local
119 print_graph_layout(g, get(vertex_position, g), topology); in test_circle_layout()
235 Topology topology(gen, 50.0); in test_cube() local
242 topology, square_distance_attractive_force(), in test_cube()
295 Topology topology(gen, 50.0); in test_triangular() local
304 get(edge_weight, g), topology, side_length(50.0), kamada_kawai_done()); in test_triangular()
320 topology, in test_triangular()
379 Topology topology(gen, 50.0); in test_disconnected() local
383 topology, in test_disconnected()