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::dsv::dsv_poly< Polygon > Struct Template Reference

Stream sequence of points as DSV-part, e.g. More...

#include <write.hpp>

Inheritance diagram for boost::geometry::detail::dsv::dsv_poly< Polygon >:

Static Public Member Functions

template<typename Char , typename Traits >
static void apply (std::basic_ostream< Char, Traits > &os, Polygon const &poly, dsv_settings const &settings)
 

Detailed Description

template<typename Polygon>
struct boost::geometry::detail::dsv::dsv_poly< Polygon >

Stream sequence of points as DSV-part, e.g.

(1 2),(3 4)

Note
Used in polygon, all multi-geometries

Member Function Documentation


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