Dispatching base struct for SVG streaming, specialized below per geometry type. More...
#include <write_svg.hpp>
Public Member Functions | |
BOOST_MPL_ASSERT_MSG (false, NOT_OR_NOT_YET_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE,(Geometry)) | |
Dispatching base struct for SVG streaming, specialized below per geometry type.
Specializations should implement a static method "stream" to stream a geometry The static method should have the signature:
template <typename Char, typename Traits> static inline void apply(std::basic_ostream<Char, Traits>& os, G const& geometry)
boost::geometry::dispatch::svg< GeometryTag, Geometry >::BOOST_MPL_ASSERT_MSG | ( | false | , |
NOT_OR_NOT_YET_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE | , | ||
(Geometry) | |||
) |