MCPcopy Create free account

hub / github.com/RoutingKit/RoutingKit / functions

Functions512 in github.com/RoutingKit/RoutingKit

↓ 5 callersFunctionload_osm_routing_graph_from_pbf
src/osm_graph_builder.cpp:116
↓ 5 callersFunctionmake_shortcut_weights
include/routingkit/contraction_hierarchy.h:379
↓ 5 callersMethodtoggle
include/routingkit/bit_vector.h:79
↓ 4 callersFunctioncompute_key_pos
include/routingkit/sort.h:131
↓ 4 callersFunctiondecompose_graph_fragment_into_connected_components
src/nested_dissection.cpp:612
↓ 4 callersFunctionextract_distances_to_targets
src/contraction_hierarchy.cpp:1965
↓ 4 callersFunctionforall_lower_triangles_of_arc
src/customizable_contraction_hierarchy.cpp:127
↓ 4 callersMethodget_distances_to_sources
src/contraction_hierarchy.cpp:2108
↓ 4 callersFunctionget_extra_weight_up_distance
include/routingkit/contraction_hierarchy.h:406
↓ 4 callersMethodget_source_cut
src/nested_dissection.cpp:214
↓ 4 callersMethodget_target_cut
src/nested_dissection.cpp:249
↓ 4 callersMethodhow_many_bytes_are_in_the_buffer
src/buffered_asynchronous_reader.cpp:43
↓ 4 callersMethodinplace_not
src/bit_vector.cpp:494
↓ 4 callersMethodis_any_set
src/bit_vector.cpp:451
↓ 4 callersMethodread_or_throw
src/buffered_asynchronous_reader.cpp:177
↓ 4 callersFunctionreset_source_list
src/customizable_contraction_hierarchy.cpp:1074
↓ 4 callersFunctionreset_target_distances
src/customizable_contraction_hierarchy.cpp:1585
↓ 4 callersFunctionselect_source_and_target
src/nested_dissection.cpp:443
↓ 4 callersMethodset_if
include/routingkit/bit_vector.h:51
↓ 4 callersFunctionsort_using_comparator
include/routingkit/sort.h:93
↓ 4 callersFunctionstable_sort_using_comparator
include/routingkit/sort.h:68
↓ 4 callersFunctionstable_sort_using_key
include/routingkit/sort.h:310
↓ 3 callersFunctionaligned_alloc
src/bit_vector.cpp:27
↓ 3 callersFunctioncheck_contraction_hierarchy_for_errors
src/contraction_hierarchy.cpp:1189
↓ 3 callersFunctioncompute_sort_permutation_using_less
include/routingkit/sort.h:334
↓ 3 callersFunctioncompute_stable_sort_permutation_using_less
include/routingkit/sort.h:339
↓ 3 callersFunctioncompute_strongly_connected_components
src/strongly_connected_component.cpp:6
↓ 3 callersFunctionextract_initial_metric_of_cch_arc
src/customizable_contraction_hierarchy.cpp:659
↓ 3 callersFunctionget_osm_car_direction_category
src/osm_profile.cpp:277
↓ 3 callersFunctionget_osm_way_speed
src/osm_profile.cpp:419
↓ 3 callersFunctioninplace_remove_element_from_vector_if
include/routingkit/filter.h:28
↓ 3 callersFunctionis_any_bit_set
src/bit_vector.cpp:130
↓ 3 callersFunctionis_osm_way_used_by_cars
src/osm_profile.cpp:174
↓ 3 callersFunctionis_sorted_using_comparator
include/routingkit/sort.h:107
↓ 3 callersFunctionmax_to
include/routingkit/min_max.h:16
↓ 3 callersMethodnode_count
include/routingkit/contraction_hierarchy.h:49
↓ 3 callersFunctionrelax_outgoing_arcs
src/customizable_contraction_hierarchy.cpp:1183
↓ 3 callersMethodreset_all
include/routingkit/timestamp_flag.h:26
↓ 3 callersFunctionrun_test
src/test_google_polyline.cpp:49
↓ 3 callersFunctionsimple_load_osm_bicycle_routing_graph_from_pbf
src/osm_simple.cpp:105
↓ 3 callersFunctionsimple_load_osm_car_routing_graph_from_pbf
src/osm_simple.cpp:11
↓ 3 callersFunctionsimple_load_osm_pedestrian_routing_graph_from_pbf
src/osm_simple.cpp:66
↓ 3 callersFunctionsort_ch_arcs_and_build_first_out_arrays
src/contraction_hierarchy.cpp:864
↓ 3 callersFunctionunpack_backward_arc
src/contraction_hierarchy.cpp:1738
↓ 3 callersFunctionunpack_forward_arc
src/contraction_hierarchy.cpp:1726
↓ 2 callersFunctionapply_permutation_to_elements_of
include/routingkit/permutation.h:104
↓ 2 callersFunctionatomic_min_to
src/customizable_contraction_hierarchy.cpp:809
↓ 2 callersMethodbuild_contraction_hierarchy_using_perfect_witness_search
src/customizable_contraction_hierarchy.cpp:1727
↓ 2 callersFunctionbuild_unpacking_information
src/contraction_hierarchy.cpp:973
↓ 2 callersFunctioncheck_header
src/contraction_hierarchy.cpp:1341
↓ 2 callersFunctioncompute_inverse_sort_permutation_using_comparator
include/routingkit/sort.h:116
↓ 2 callersFunctioncompute_inverse_stable_sort_permutation_using_comparator
include/routingkit/sort.h:121
↓ 2 callersFunctioncompute_nested_node_dissection_order_using_inertial_flow
src/nested_dissection.cpp:852
↓ 2 callersFunctioncompute_sort_permutation_first_by_tail_then_by_head_and_apply_sort_to_tail
src/graph_util.cpp:142
↓ 2 callersMethodcontains
Checks whether an ID is in the queue.
include/routingkit/id_set_queue.h:153
↓ 2 callersFunctioncontract_node
src/contraction_hierarchy.cpp:566
↓ 2 callersMethoddecode
src/google_polyline.cpp:39
↓ 2 callersMethoddoes_shorter_or_equal_path_to_target_exist
src/contraction_hierarchy.cpp:375
↓ 2 callersMethodencode
src/google_polyline.cpp:8
↓ 2 callersFunctionestimate_node_importance
src/contraction_hierarchy.cpp:527
↓ 2 callersFunctionextract_distances_to_targets
include/routingkit/contraction_hierarchy.h:543
↓ 2 callersFunctionfinish_read
src/contraction_hierarchy.cpp:1346
↓ 2 callersFunctionfirst_max_element_position_of
include/routingkit/min_max.h:46
↓ 2 callersFunctionfirst_min_element_position_of
include/routingkit/min_max.h:22
↓ 2 callersFunctionforward_expand_upward_ch_arcs_of_node
src/contraction_hierarchy.cpp:1508
↓ 2 callersFunctionforward_settle_node
src/contraction_hierarchy.cpp:1553
↓ 2 callersMethodget_balanced_cut
src/nested_dissection.cpp:285
↓ 2 callersMethodget_status
src/osm_decoder.cpp:84
↓ 2 callersFunctionget_uint64_count
src/bit_vector.cpp:107
↓ 2 callersMethodget_used_sources_to_targets
src/contraction_hierarchy.cpp:2168
↓ 2 callersMethodid_count
Returns the id_count value passed to the constructor.
include/routingkit/id_queue.h:40
↓ 2 callersFunctioninplace_apply_permutation_to_possibly_invalid_elements_of
include/routingkit/permutation.h:115
↓ 2 callersMethodinput_arc_count
include/routingkit/customizable_contraction_hierarchy.h:26
↓ 2 callersFunctioninternal_add_source
src/customizable_contraction_hierarchy.cpp:1108
↓ 2 callersFunctioninternal_get_used_sources_to_targets
src/contraction_hierarchy.cpp:2114
↓ 2 callersFunctioninternal_pin_targets
src/customizable_contraction_hierarchy.cpp:1540
↓ 2 callersFunctioninternal_run_to_pinned_targets
src/customizable_contraction_hierarchy.cpp:1625
↓ 2 callersFunctioninverse_link_function
include/routingkit/contraction_hierarchy.h:324
↓ 2 callersMethodlevel
src/contraction_hierarchy.cpp:214
↓ 2 callersFunctionlog_contraction_hierarchy_statistics
src/contraction_hierarchy.cpp:1084
↓ 2 callersFunctionlog_input_graph_statistics
src/contraction_hierarchy.cpp:1068
↓ 2 callersFunctionmake_internal_nodes_and_rank_coincide
src/contraction_hierarchy.cpp:833
↓ 2 callersMethodmemory_overhead_in_bits
include/routingkit/id_mapper.h:58
↓ 2 callersFunctionmy_read
src/file_data_source.cpp:85
↓ 2 callersFunctionopen_file_for_saving
include/routingkit/vector_io.h:156
↓ 2 callersFunctionpin
src/contraction_hierarchy.cpp:1860
↓ 2 callersMethodpin_source
src/contraction_hierarchy.cpp:366
↓ 2 callersFunctionpinned_run
src/contraction_hierarchy.cpp:1909
↓ 2 callersFunctionread_bit_vector
include/routingkit/vector_io.h:141
↓ 2 callersFunctionreplace_all_substrings
src/decode_vector.cpp:19
↓ 2 callersFunctionreplace_all_substrings
src/encode_vector.cpp:45
↓ 2 callersMethodrewind
src/file_data_source.cpp:64
↓ 2 callersFunctionround_to_three_decimals
src/test_google_polyline.cpp:54
↓ 2 callersFunctionrun
src/test_inverse_vector.cpp:8
↓ 2 callersFunctionsave_bit_vector
src/vector_io.cpp:37
↓ 2 callersFunctionsort_arcs_and_remove_multi_and_loop_arcs
src/contraction_hierarchy.cpp:17
↓ 2 callersFunctionstarts_with
src/osm_profile.cpp:20
↓ 2 callersFunctionunordered_read_osm_pbf
src/osm_decoder.cpp:650
↓ 2 callersFunctionunpack_arc
src/customizable_contraction_hierarchy.cpp:1343
↓ 2 callersFunctionunpack_original_backward_arc
src/customizable_contraction_hierarchy.cpp:1482
← previousnext →101–200 of 512, ranked by callers