PGROUTING  3.2
bline.hpp File Reference
#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>
Include dependency graph for bline.hpp:
This graph shows which files directly or indirectly include this file:

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 >