diff --git a/doc/circle_layout.html b/doc/circle_layout.html index 109d84c1..d00c193d 100644 --- a/doc/circle_layout.html +++ b/doc/circle_layout.html @@ -5,7 +5,7 @@ -- (See accompanying file LICENSE_1_0.txt or copy at -- http://www.boost.org/LICENSE_1_0.txt) --> -
![]() | Home | Libraries | People | FAQ | More |
Function template circle_graph_layoutboost::circle_graph_layout — Layout the graph with the vertices at the points of a regular n-polygon.
+Function template circle_graph_layout
![]() | Home | Libraries | People | FAQ | More |
Function template circle_graph_layoutboost::circle_graph_layout — Layout the graph with the vertices at the points of a regular n-polygon.
template<typename VertexListGraph, typename PositionMap, typename Radius> void circle_graph_layout(const VertexListGraph & g, PositionMap position, Radius radius);
The distance from the center of the polygon to each point is determined by the radius parameter. The position parameter must be an Lvalue Property Map whose value type is a class type containing x and y members that will be set to the x and y coordinates. diff --git a/doc/kamada_kawai_spring_layout.html b/doc/kamada_kawai_spring_layout.html index fccccfcd..8d1eb6af 100644 --- a/doc/kamada_kawai_spring_layout.html +++ b/doc/kamada_kawai_spring_layout.html @@ -24,7 +24,7 @@ alink="#0000FF">
![]() | Home | Libraries | People | FAQ | More |
boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.
template<typename T = double> +Struct template layout_tolerance
![]() | Home | Libraries | People | FAQ | More |
boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.
template<typename T = double> struct layout_tolerance { // construct/copy/destruct layout_tolerance(const T & = T(0.001));