Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::svg_manipulator< G > Class Template Reference

Generic geometry template manipulator class, takes corresponding output class from traits class. More...

#include <write_svg.hpp>

Public Member Functions

 svg_manipulator (G const &g, std::string const &style, int size)
 

Friends

template<typename Char , typename Traits >
std::basic_ostream< Char,
Traits > & 
operator<< (std::basic_ostream< Char, Traits > &os, svg_manipulator const &m)
 

Detailed Description

template<typename G>
class boost::geometry::svg_manipulator< G >

Generic geometry template manipulator class, takes corresponding output class from traits class.

Stream manipulator, streams geometry classes as SVG (Scalable Vector Graphics)

Constructor & Destructor Documentation

template<typename G >
boost::geometry::svg_manipulator< G >::svg_manipulator ( G const &  g,
std::string const &  style,
int  size 
)
inline

Friends And Related Function Documentation

template<typename G >
template<typename Char , typename Traits >
std::basic_ostream<Char, Traits>& operator<< ( std::basic_ostream< Char, Traits > &  os,
svg_manipulator< G > const &  m 
)
friend

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