libosmscout 0.1
Loading...
Searching...
No Matches
RouteNode.h File Reference
#include <memory>
#include <vector>
#include <osmscout/ObjectRef.h>
#include <osmscout/Path.h>
#include <osmscout/OSMScoutTypes.h>
#include <osmscout/TypeConfig.h>
#include <osmscout/io/FileScanner.h>
#include <osmscout/io/FileWriter.h>

Classes

struct  osmscout::ObjectVariantData
 For every unique combination of object attributes that are routing relevant we store an ObjectvariantData entry. More...
 
class  osmscout::RouteNode
 A route node is the representation of a node in the routing graph. More...
 
struct  osmscout::RouteNode::Exclude
 Exclude regarding use of paths. More...
 
struct  osmscout::RouteNode::ObjectData
 Information for an object referenced by a path. More...
 
struct  osmscout::RouteNode::Path
 A single path that starts at the given route node. 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::RouteNodeRef = std::shared_ptr< RouteNode >