Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::detail::svg::svg_range< Range, Policy > Struct Template Reference

Stream ranges as SVG. More...

#include <write_svg.hpp>

Inheritance diagram for boost::geometry::detail::svg::svg_range< Range, Policy >:

Static Public Member Functions

template<typename Char , typename Traits >
static void apply (std::basic_ostream< Char, Traits > &os, Range const &range, std::string const &style, int)
 

Detailed Description

template<typename Range, typename Policy>
struct boost::geometry::detail::svg::svg_range< Range, Policy >

Stream ranges as SVG.

Note
policy is used to select type (polyline/polygon)

Member Function Documentation

template<typename Range, typename Policy>
template<typename Char , typename Traits >
static void boost::geometry::detail::svg::svg_range< Range, Policy >::apply ( std::basic_ostream< Char, Traits > &  os,
Range const &  range,
std::string const &  style,
int   
)
inlinestatic

The documentation for this struct was generated from the following file: