MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / Compress

Method Compress

src/extractor/node_based_graph_factory.cpp:74–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void NodeBasedGraphFactory::Compress(ScriptingEnvironment &scripting_environment,
75 std::vector<TurnRestriction> &turn_restrictions,
76 std::vector<UnresolvedManeuverOverride> &maneuver_overrides)
77{
78 GraphCompressor graph_compressor;
79 graph_compressor.Compress(scripting_environment,
80 turn_restrictions,
81 maneuver_overrides,
82 compressed_output_graph,
83 annotation_data,
84 compressed_edge_container);
85}
86
87void NodeBasedGraphFactory::CompressGeometry()
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected