libosmscout 0.1
Loading...
Searching...
No Matches
RoutingService.h File Reference
#include <atomic>
#include <functional>
#include <list>
#include <memory>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/Point.h>
#include <osmscout/TypeConfig.h>
#include <osmscout/routing/RouteNode.h>
#include <osmscout/io/DataFile.h>
#include <osmscout/db/Database.h>
#include <osmscout/db/ObjectVariantDataFile.h>
#include <osmscout/Intersection.h>
#include <osmscout/routing/RouteDescription.h>
#include <osmscout/routing/RouteData.h>
#include <osmscout/routing/RouteNodeDataFile.h>
#include <osmscout/routing/RoutingProfile.h>
#include <osmscout/routing/DBFileOffset.h>
#include <osmscout/async/Breaker.h>
#include <osmscout/util/Cache.h>
#include <osmscout/system/Compiler.h>

Classes

class  osmscout::RoutePosition
 Start or end position of a route calculation. More...
 
class  osmscout::RoutePositionResult
 
class  osmscout::RouterParameter
 Database instance initialization parameter to influence the behavior of the db instance. More...
 
class  osmscout::RoutingParameter
 Parameter object for routing calculations. More...
 
class  osmscout::RoutingProgress
 Optional callback object for monitoring routing progress. More...
 
class  osmscout::RoutingService
 Abstract algorithms for routing. More...
 
struct  osmscout::RoutingService::ClosedNodeHasher
 Helper class for calculating hash codes for VNode instances to make it usable in std::unordered_set. More...
 
struct  osmscout::RoutingService::RNode
 A path in the routing graph from one node to the next (expressed via the target object) with additional information as required by the A* algorithm. More...
 
struct  osmscout::RoutingService::RNodeCostCompare
 
struct  osmscout::RoutingService::VNode
 Minimum required data for a node in the ClosedSet. More...
 

Namespaces

namespace  osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Typedefs

using osmscout::RoutingProgressRef = std::shared_ptr< RoutingProgress >