Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
svg_mapper.hpp File Reference
Include dependency graph for svg_mapper.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::dispatch::svg_map< GeometryTag, Geometry >
 
struct  boost::geometry::dispatch::svg_map< point_tag, Point >
 
struct  boost::geometry::dispatch::svg_map< box_tag, Box >
 
struct  boost::geometry::dispatch::svg_map_range< Range1, Range2 >
 
struct  boost::geometry::dispatch::svg_map< segment_tag, Segment >
 
struct  boost::geometry::dispatch::svg_map< ring_tag, Ring >
 
struct  boost::geometry::dispatch::svg_map< linestring_tag, Linestring >
 
struct  boost::geometry::dispatch::svg_map< polygon_tag, Polygon >
 
struct  boost::geometry::dispatch::svg_map< multi_tag, Multi >
 
class  boost::geometry::svg_mapper< Point, SameScale >
 Helper class to create SVG maps. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::svg
 
 boost::geometry::dispatch
 

Typedefs

typedef model::point< int,
2, cs::cartesian > 
boost::geometry::detail::svg::svg_point_type
 

Functions

template<typename Geometry , typename TransformStrategy >
void boost::geometry::svg_map (std::ostream &stream, std::string const &style, int size, Geometry const &geometry, TransformStrategy const &strategy)