PGROUTING
3.2
|
#include <boost/geometry/geometries/multi_point.hpp>
#include <boost/geometry/geometries/linestring.hpp>
#include <boost/geometry/geometries/multi_linestring.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <boost/geometry/geometries/multi_polygon.hpp>
Go to the source code of this file.
Namespaces | |
pgrouting | |
Book keeping class for swapping orders between vehicles. | |
Typedefs | |
using | pgrouting::Bline = bg::model::linestring< Bpoint > |
using | pgrouting::Blines = bg::model::multi_linestring< Bline > |
using | pgrouting::Bpoint = bg::model::d2::point_xy< double > |
using | pgrouting::Bpoints = bg::model::multi_point< Bpoint > |
using | pgrouting::Bpoly = bg::model::polygon< Bpoint > |
using | pgrouting::Bpolys = bg::model::multi_polygon< Bpoly > |