#include <boost/config/no_tr1/cmath.hpp>
#include <boost/math/constants/constants.hpp>
#include <utility>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/iteration_macros.hpp>
#include <boost/graph/topology.hpp>
#include <boost/static_assert.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<typename VertexListGraph , typename PositionMap , typename Radius > | |
void | boost::circle_graph_layout (const VertexListGraph &g, PositionMap position, Radius radius) |
Layout the graph with the vertices at the points of a regular n-polygon. More... | |