Searched refs:vertex_dist_cmd (Results 1 – 3 of 3) sorted by relevance
90 struct vertex_dist_cmd : public vertex_dist { struct92 vertex_dist_cmd() {} in vertex_dist_cmd() argument93 vertex_dist_cmd(float x_, float y_, unsigned cmd_) : in vertex_dist_cmd() function
57 m_src_vertices.modify_last(vertex_dist_cmd(x, y, cmd)); in add_vertex()60 m_src_vertices.add(vertex_dist_cmd(x, y, cmd)); in add_vertex()
37 typedef vertex_sequence<vertex_dist_cmd, 6> vertex_storage;