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

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

#include <write.hpp>

Public Member Functions

 wkt_manipulator (Geometry const &g)
 

Friends

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

Detailed Description

template<typename Geometry>
class boost::geometry::wkt_manipulator< Geometry >

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

Stream manipulator, streams geometry classes as WKT streams

Example:
Small example showing how to use the wkt class

Constructor & Destructor Documentation

template<typename Geometry >
boost::geometry::wkt_manipulator< Geometry >::wkt_manipulator ( Geometry const &  g)
inline

Friends And Related Function Documentation

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

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