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::wkt::container_inserter< Point > Struct Template Reference

Internal, parses coordinate sequences, strings are formated like "(1 2,3 4,...)". More...

#include <read.hpp>

Static Public Member Functions

template<typename OutputIterator >
static void apply (tokenizer::iterator &it, tokenizer::iterator end, std::string const &wkt, OutputIterator out)
 

Detailed Description

template<typename Point>
struct boost::geometry::detail::wkt::container_inserter< Point >

Internal, parses coordinate sequences, strings are formated like "(1 2,3 4,...)".

Parameters
ittoken-iterator, should be pre-positioned at "(", is post-positions after last ")"
endend-token-iterator
outOutput itererator receiving coordinates

Member Function Documentation


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