...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
multi_line, a collection of linestring
Multi-linestring can be used to group lines belonging to each other, e.g. a highway (with interruptions)
template<typename LineString, template< typename, typename > class Container, template< typename > class Allocator> class model::multi_linestring : public Container< LineString, Allocator< LineString > > { // ... };
Parameter |
Default |
Description |
---|---|---|
typename LineString |
||
template< typename, typename > class Container |
std::vector |
|
template< typename > class Allocator |
std::allocator |
#include <boost/geometry/multi/geometries/multi_linestring.hpp>