![]() |
![]() |
Classes | |
class | boost::geometry::svg_manipulator< Geometry > |
Generic geometry template manipulator class, takes corresponding output class from traits class. More... | |
class | boost::geometry::svg_mapper< Point, SameScale, SvgCoordinateType > |
Helper class to create SVG maps. More... | |
Functions | |
template<typename Geometry > | |
svg_manipulator< Geometry > | boost::geometry::svg (Geometry const &geometry, std::string const &style, double size=-1.0) |
Manipulator to stream geometries as SVG. More... | |
svg_manipulator<Geometry> boost::geometry::svg | ( | Geometry const & | geometry, |
std::string const & | style, | ||
double | size = -1.0 |
||
) |
Manipulator to stream geometries as SVG.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
style | String containing verbatim SVG style information |
size | Optional size (used for SVG points) in SVG pixels. For linestrings, specify linewidth in the SVG style information |
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |