diff --git a/doc/gursoy_atun_layout.html b/doc/gursoy_atun_layout.html index 52482a36..db61443e 100644 --- a/doc/gursoy_atun_layout.html +++ b/doc/gursoy_atun_layout.html @@ -161,7 +161,8 @@ IN: double learning_constant_final IN: VertexIndexMap vertex_index_map
This maps each vertex to an integer in the range [0, - num_vertices(g)). + num_vertices(g)). This is only necessary when no + displacement map is provided. The type VertexIndexMap must be a model of Readable Property Map. The value type of the map must be an integer type. The @@ -176,9 +177,7 @@ IN: VertexIndexMap vertex_index_map IN: EdgeWeightMap weight
- This maps each edge to an weight. - num_vertices(g)). This is only necessary when no - displacement map is provided. + This maps each edge to a weight. The type EdgeWeightMap must be a model of Readable Property Map. The value type of the map must be an floating-point type @@ -221,7 +220,7 @@ Equivalent to the non-named vertex_index_map parameter.
Default: get(vertex_index, g) Note: if you use this default, make sure your graph has an internal vertex_index property. For example, - adjacenty_list with VertexList=listS does + adjacency_list with VertexList=listS does not have an internal vertex_index property.