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) --> -Function template circle_graph_layout
boost.png (6897 bytes)HomeLibrariesPeopleFAQMore

(Python)Function template circle_graph_layout

boost::circle_graph_layout — Layout the graph with the vertices at the points of a regular n-polygon.

Synopsis

+Function template circle_graph_layout
boost.png (6897 bytes)HomeLibrariesPeopleFAQMore

(Python)Function template circle_graph_layout

boost::circle_graph_layout — Layout the graph with the vertices at the points of a regular n-polygon.

Synopsis

 template<typename VertexListGraph, typename PositionMap, typename Radius> 
   void circle_graph_layout(const VertexListGraph & g, PositionMap position, 
                            Radius radius);

Where Defined

boost/graph/circle_layout.hpp

Description

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"> Libraries People -FAQ +FAQ More diff --git a/doc/layout_tolerance.html b/doc/layout_tolerance.html index 6cb97fec..96dc57c7 100644 --- a/doc/layout_tolerance.html +++ b/doc/layout_tolerance.html @@ -5,7 +5,7 @@ -- (See accompanying file LICENSE_1_0.txt or copy at -- http://www.boost.org/LICENSE_1_0.txt) --> -Struct template layout_tolerance
boost.png (6897 bytes)HomeLibrariesPeopleFAQMore


Struct template layout_tolerance

boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.

Synopsis

template<typename T = double> 
+Struct template layout_tolerance
boost.png (6897 bytes)HomeLibrariesPeopleFAQMore

Struct template layout_tolerance

boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.

Synopsis

template<typename T = double> 
 struct layout_tolerance {
   // construct/copy/destruct
   layout_tolerance(const T & = T(0.001));