MCPcopy Create free account

hub / github.com/Project-OSRM/osrm-backend / types & classes

Types & classes883 in github.com/Project-OSRM/osrm-backend

↓ 359 callersClassLog
include/util/log.hpp:45
↓ 97 callersClassexception
include/util/exception.hpp:40
↓ 87 callersClassCoordinate
* Represents a coordinate based on longitude and latitude in fixed representation. * * To prevent accidental longitude and latitude flips, we provid
include/util/coordinate.hpp:235
↓ 38 callersClassObject
include/osrm/osrm_fwd.hpp:39
↓ 33 callersClassRuntimeError
include/util/exception.hpp:110
↓ 12 callersClassNoModificationStrategy
Return the step at the turn location, without modification
include/engine/guidance/collapse_turns.hpp:52
↓ 11 callersClassTransferSignageStrategy
Transfer the signage from the next step onto this step
include/engine/guidance/collapse_turns.hpp:121
↓ 10 callersClassTurnBearing
include/guidance/turn_bearing.hpp:12
↓ 10 callersClassUnbufferedLog
* Modified logger - this one doesn't buffer - it writes directly to stdout, * and the final newline is only printed when the object is destructed. *
include/util/log.hpp:100
↓ 9 callersClassrange
include/util/integer_range.hpp:88
↓ 8 callersClassMonthday
include/util/opening_hours.hpp:115
↓ 8 callersClassStorageConfig
* Configures OSRM's file storage paths. * * \see OSRM, EngineConfig */
include/storage/storage_config.hpp:95
↓ 6 callersClassEnv
Global environment for all scenarios.
features/support/env.js:12
↓ 6 callersClassNumber
* Typed floating point number. * * Unwrap the type via its value member attribute. */
include/util/json_container.hpp:65
↓ 5 callersClassAdjustToCombinedTurnStrategy
Combine only the turn types
include/engine/guidance/collapse_turns.hpp:73
↓ 5 callersClassLaneTuple
include/util/guidance/turn_lanes.hpp:12
↓ 5 callersClassNull
* Typed Null. */
include/util/json_container.hpp:89
↓ 5 callersClassObstacle
A class that represents an obstacle on the road or a place where you can turn around. This may be a completely impassable obstacle like a barrier, a
include/extractor/obstacles.hpp:56
↓ 5 callersClassTime
include/util/opening_hours.hpp:37
↓ 4 callersClassTrue
* Typed True. */
include/util/json_container.hpp:75
↓ 3 callersClassBisectionGraphView
Non-owning immutable sub-graph view into a base graph. The part of the graph to select is determined by the recursive bisection state.
include/partitioner/bisection_graph_view.hpp:15
↓ 3 callersClassComparator
include/util/json_deep_compare.hpp:14
↓ 3 callersClassGraphCompressor
include/extractor/graph_compressor.hpp:18
↓ 3 callersClassNodeBasedEdgeClassification
Flags describing the class of the road. This data is used during creation of graphs/guidance generation but is not available in annotation/navigation
include/extractor/node_based_edge.hpp:18
↓ 3 callersClassSetFixedInstructionStrategy
Set a fixed instruction type
include/engine/guidance/collapse_turns.hpp:84
↓ 3 callersClassString
* Typed string wrapper. * * Unwrap the type via its value member attribute. */
include/util/json_container.hpp:52
↓ 3 callersEnumType
include/extractor/obstacles.hpp:60
↓ 3 callersClassWeekdayRange
include/util/opening_hours.hpp:94
↓ 2 callersClassCheapRuler
include/util/cheap_ruler.hpp:29
↓ 2 callersClassColumnCompare
include/engine/routing_algorithms/many_to_many.hpp:70
↓ 2 callersClassCompare
include/engine/routing_algorithms/many_to_many.hpp:56
↓ 2 callersClassConnectedRoad
A Connected Road is the internal representation of a potential turn. Internally, we require full list of all connected roads to determine the outcome.
include/guidance/intersection.hpp:30
↓ 2 callersClassCustomizer
include/customizer/customizer.hpp:9
↓ 2 callersClassDynamicEdgeBasedGraph
include/partitioner/edge_based_graph.hpp:31
↓ 2 callersClassFalse
* Typed False. */
include/util/json_container.hpp:82
↓ 2 callersClassInternalExtractorEdge
include/extractor/internal_extractor_edge.hpp:50
↓ 2 callersClassLaplaceDistribution
include/engine/map_matching/bayes_classifier.hpp:32
↓ 2 callersClassMonthdayRange
include/util/opening_hours.hpp:131
↓ 2 callersClassNodeIdToCoordinate
include/util/geojson_debug_policy_toolkit.hpp:67
↓ 2 callersClassNodesOfWay
NodesOfWay contains the ordered nodes of a way and provides convenience functions for getting nodes in the first and last segments.
include/extractor/nodes_of_way.hpp:13
↓ 2 callersClassObject
fwd. decls.
include/util/json_container.hpp:44
↓ 2 callersClassPartitioner
tool access to the recursive partitioner
include/partitioner/partitioner.hpp:10
↓ 2 callersClassQueryNode
include/extractor/query_node.hpp:14
↓ 2 callersClassRenderer
include/util/json_renderer.hpp:24
↓ 2 callersClassResult
include/engine/api/match_parameters_tidy.hpp:27
↓ 2 callersClassTarjanStackFrame
include/util/tarjan_scc.hpp:28
↓ 2 callersClassTransferLanesStrategy
Transfer the turn lanes from the intermediate step
include/engine/guidance/collapse_turns.hpp:129
↓ 2 callersClassTreeIndex
include/util/static_rtree.hpp:168
↓ 2 callersClassTripParameters
include/osrm/osrm_fwd.hpp:49
↓ 2 callersClassTurnRestriction
Internal (OSRM) representation of restriction
include/extractor/restriction.hpp:21
↓ 2 callersClassV8Renderer
include/nodejs/json_v8_renderer.hpp:10
↓ 2 callersClasssegment_weight
include/util/typedefs.hpp:60
↓ 1 callersClassAdjustToCombinedTurnAngleStrategy
Combine both turn and turn angle to a common item
include/engine/guidance/collapse_turns.hpp:64
↓ 1 callersClassBenchmarkRunner
scripts/ci/e2e_benchmark.py:11
↓ 1 callersClassClient
scripts/routed_benchmark.py:46
↓ 1 callersClassCmpEdgeByOSMStartID
src/extractor/extraction_containers.cpp:30
↓ 1 callersClassCmpEdgeByOSMTargetID
src/extractor/extraction_containers.cpp:39
↓ 1 callersClassCombineSegregatedStepsStrategy
Handling of consecutive segregated steps
include/engine/guidance/collapse_turns.hpp:103
↓ 1 callersClassContractor
Base class of osrm-contract
include/contractor/contractor.hpp:37
↓ 1 callersClassCoordinateToJsonArray
include/util/geojson_debug_policy_toolkit.hpp:56
↓ 1 callersClassDinicMaxFlow
include/partitioner/dinic_max_flow.hpp:14
↓ 1 callersClassErrorRenderer
include/engine/plugins/plugin_base.hpp:68
↓ 1 callersClassExtractor
include/extractor/extractor.hpp:54
↓ 1 callersClassFork
include/guidance/turn_handler.hpp:47
↓ 1 callersClassGeojsonPrinter
Display features on geojson.io.
scripts/gdb_printers.py:88
↓ 1 callersClassOSRM
* Represents a Open Source Routing Machine with access to its services. * * This represents an Open Source Routing Machine (OSRM) instance, with the
include/osrm/osrm.hpp:63
↓ 1 callersClassOsmIDTyped
include/extractor/extraction_relation.hpp:19
↓ 1 callersClassRoadClassification
include/extractor/road_classification.hpp:54
↓ 1 callersClassSVGPrinter
Generate SVG representation within HTML of edge-based graph in facade. SVG image contains: - thick lines with arrow heads are edge-based
scripts/gdb_printers.py:133
↓ 1 callersClassSegregatedTurnStrategy
Handling of segregated intersections
include/engine/guidance/collapse_turns.hpp:109
↓ 1 callersClassStaggeredTurnStrategy
Handling of staggered intersections
include/engine/guidance/collapse_turns.hpp:93
↓ 1 callersClassTimeSpan
include/util/opening_hours.hpp:61
↓ 1 callersClassTimezoner
include/util/timezones.hpp:28
↓ 1 callersClassto_lua_object
src/extractor/scripting_environment_lua.cpp:82
↓ 1 callersClassvector_view<bool>
include/util/vector_view.hpp:195
Class
features/lib/github_summary_formatter.js:48
Class
features/lib/osm.js:6
Class
features/lib/osm.js:102
Class
features/lib/osm.js:122
Class
features/lib/osm.js:142
Class
features/lib/osrm_loader.js:12
Class
features/lib/osrm_loader.js:96
Class
features/lib/osrm_loader.js:112
Class
features/lib/osrm_loader.js:132
Class
features/support/cache.js:8
Class
features/support/fuzzy.js:4
Class
features/support/fbresult_generated.js:9
Class
features/support/fbresult_generated.js:60
Class
features/support/fbresult_generated.js:243
Class
features/support/fbresult_generated.js:304
Class
features/support/fbresult_generated.js:367
Class
features/support/fbresult_generated.js:367
Class
features/support/fbresult_generated.js:393
Class
features/support/fbresult_generated.js:580
Class
features/support/fbresult_generated.js:657
Class
features/support/fbresult_generated.js:815
Class
features/support/fbresult_generated.js:896
Class
features/support/fbresult_generated.js:1042
Class
features/support/fbresult_generated.js:1130
Class
features/support/fbresult_generated.js:1275
next →1–100 of 883, ranked by callers