osrm-backend/include
Daniel J. Hofmann 9d8b92f418 Abstracts away over differences in IntersectionView and Intersection.
Usage:

    struct MyIntersection : EnableIntersectionOps<MyIntersection> {

    };

Done.

We require MyIntersection having at least the member attributes from
IntersectionViewData but don't enforce a inheritance hierarchy.
2016-12-02 12:32:07 +01:00
..
contractor Rember Intersection Shapes 2016-12-01 15:24:20 +01:00
engine reduce numbers of intersections in findNextIntersection, don't normalise for turn lanes 2016-11-30 10:21:53 +01:00
extractor Abstracts away over differences in IntersectionView and Intersection. 2016-12-02 12:32:07 +01:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
server Variant got re-packaged, need to update search paths. (#3392) 2016-12-01 16:59:29 -08:00
storage Consolidate file reading through the new FileReader class/interface. (#3321) 2016-11-30 19:08:01 -08:00
util Variant got re-packaged, need to update search paths. (#3392) 2016-12-01 16:59:29 -08:00