Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cyang-kth/fmm
/ functions
Functions
275 in github.com/cyang-kth/fmm
⨍
Functions
275
◇
Types & classes
55
↳
Endpoints
3
Method
UBODTGenAlgorithm
src/mm/fmm/ubodt_gen_algorithm.hpp:22
Method
UBODTGenApp
* Constructor * @param config Configuration data */
src/mm/fmm/ubodt_gen_app.hpp:29
Method
UBODTGenAppConfig
src/mm/fmm/ubodt_gen_app_config.cpp:10
Method
__init__
(self, config_json_file)
example/web_demo/mapmatcher.py:8
Method
__init__
(self, config_json_file)
example/web_demo/mapmatcher.py:70
Method
add_edge
src/network/network.cpp:43
Method
add_edge
src/mm/composite_graph.cpp:99
Method
append_segs_to_line
src/network/network.cpp:388
Method
append_segs_to_line
src/algorithm/geom_algorithm.cpp:25
Method
back_track
src/network/network_graph.cpp:160
Method
backward_search
src/network/bidirectional_network_graph.cpp:125
Function
bool2string
* Convert bool to string * @param value bool value * @return "true" if value is true */
src/util/util.hpp:147
Method
boundingbox_geometry
src/algorithm/geom_algorithm.cpp:151
Method
build_cpath
src/mm/stmatch/stmatch_algorithm.cpp:388
Method
build_rtree_index
Construct a Rtree using the vector of edges
src/network/network.cpp:216
Method
cal_bucket_index
src/mm/fmm/ubodt.cpp:132
Method
cal_eu_dist
src/algorithm/geom_algorithm.cpp:7
Method
calc_ep
src/mm/transition_graph.cpp:38
Method
calc_heuristic_dist
src/network/network_graph.cpp:99
Method
calc_length_to_end_vec
src/algorithm/geom_algorithm.cpp:170
Method
calc_tp
src/mm/transition_graph.cpp:34
Method
candidate_compare
src/network/network.cpp:22
Method
check_dummy_node
src/mm/composite_graph.cpp:179
Method
closest_point_on_segment
src/algorithm/geom_algorithm.cpp:194
Method
cutoffseg
src/algorithm/geom_algorithm.cpp:419
Method
cutoffseg_unique
src/algorithm/geom_algorithm.cpp:351
Function
demo
()
example/web_demo/web_demo.py:26
Method
estimate_ubodt_rows
src/mm/fmm/ubodt.cpp:146
Method
export_json
* Export a string containing GeoJSON representation of the line. * @return The GeoJSON of the line */
src/core/geometry.hpp:154
Method
find_optimal_candidate
src/mm/transition_graph.cpp:51
Method
find_prime_number
src/mm/fmm/ubodt.cpp:171
Method
forward_search
src/network/bidirectional_network_graph.cpp:97
Method
forward_track
src/network/bidirectional_network_graph.cpp:149
Method
getSize
src/network/rtree.cpp:32
Method
get_delta
src/mm/fmm/ubodt.cpp:128
Method
get_dummy_node_start_index
src/mm/composite_graph.cpp:133
Method
get_edge_id
* Get the edge ID from edge index * @param idx edge index * @return edge ID */
src/network/network_graph.hpp:106
Method
get_edge_id
src/mm/composite_graph.cpp:146
Method
get_edge_index
* Find the edge ID given a pair of nodes and its cost, * if not found, return -1 */
src/network/network_graph.cpp:188
Method
get_graph_ptr
src/mm/composite_graph.cpp:45
Method
get_node_id
* Get node ID from a node index * @param idx * @return node ID */
src/network/network_graph.hpp:134
Method
get_node_index
* Get node index from node ID * @param id node ID * @return node index */
src/network/network_graph.hpp:142
Method
get_num_rows
src/mm/fmm/ubodt.hpp:103
Method
get_num_trajectories
src/io/gps_reader.cpp:104
Method
get_num_vertices
src/network/network_graph.cpp:50
Method
get_sp_dist
src/mm/fmm/fmm_algorithm.cpp:254
Method
has_next_trajectory
* Check if the file still contains trajectory not read * @return true if there is still any trajectory not read */
src/io/gps_reader.hpp:254
Method
has_timestamp
src/io/gps_reader.cpp:89
Function
hex2wkt
src/mm/h3mm/h3_util.hpp:42
Function
index
()
example/web_demo/web_demo.py:22
Method
insert_point
src/network/rtree.cpp:9
Method
interpolate_line_distance
src/algorithm/geom_algorithm.cpp:127
Method
interpolate_line_distances
src/algorithm/geom_algorithm.cpp:95
Method
interpolate_line_kpoints
src/algorithm/geom_algorithm.cpp:138
Method
is_empty
* Check if the line is empty or not * @return true if the line is empty, otherwise false */
src/core/geometry.hpp:123
Method
is_shapefile_format
src/config/network_config.cpp:50
Method
linear_referencing
src/algorithm/geom_algorithm.cpp:246
Method
load_arg
src/mm/stmatch/stmatch_app_config.cpp:47
Method
load_arg
* Load configuration from arguments. The argument data * are fetched from the main function directly. * @param argc number of arguments * @pa
src/mm/h3mm/h3mm_app.hpp:46
Method
load_arg
src/mm/fmm/ubodt_gen_app_config.cpp:41
Method
load_arg
src/mm/fmm/fmm_app_config.cpp:48
Method
load_from_arg
src/mm/stmatch/stmatch_algorithm.cpp:43
Method
load_from_arg
* Load result configuration from argument data * @param arg_data argument data generated by reading arguments * @return */
src/mm/h3mm/h3mm_writer.hpp:51
Method
load_from_arg
* Load from argument parsed data */
src/mm/h3mm/h3mm.hpp:34
Method
load_from_arg
src/mm/fmm/fmm_algorithm.cpp:42
Method
load_from_arg
src/config/result_config.cpp:139
Method
load_from_arg
src/config/gps_config.cpp:55
Method
load_from_arg
src/config/network_config.cpp:22
Method
load_from_xml
src/mm/stmatch/stmatch_algorithm.cpp:31
Method
load_from_xml
src/mm/fmm/fmm_algorithm.cpp:32
Method
load_from_xml
src/config/result_config.cpp:72
Method
load_from_xml
src/config/gps_config.cpp:40
Method
load_from_xml
src/config/network_config.cpp:13
Method
load_xml
src/mm/stmatch/stmatch_app_config.cpp:31
Method
load_xml
src/mm/fmm/ubodt_gen_app_config.cpp:27
Method
load_xml
src/mm/fmm/fmm_app_config.cpp:31
Method
locate_point_by_offset
src/algorithm/geom_algorithm.cpp:311
Method
look_sp_path
src/mm/fmm/ubodt.cpp:59
Function
main
example/cpp-api/main.cpp:8
Function
main
src/app/fmm.cpp:14
Function
main
src/app/stmatch.cpp:15
Function
main
src/app/ubodt_gen_app.cpp:15
Function
main
src/app/h3mm.cpp:5
Method
match_gps_file
src/mm/stmatch/stmatch_algorithm.cpp:171
Method
match_gps_file
src/mm/h3mm/h3mm.hpp:136
Method
match_gps_file
src/mm/fmm/fmm_algorithm.cpp:159
Function
match_url
()
example/web_demo/web_demo.py:34
Method
match_wkt
src/mm/stmatch/stmatch_algorithm.cpp:94
Method
match_wkt
src/mm/h3mm/h3mm.hpp:64
Method
match_wkt
src/mm/fmm/fmm_algorithm.cpp:128
Method
ogr2linestring
src/core/geometry.cpp:20
Method
operator<
< Value of a node in the heap */ * Compare two nodes in the heap * @param rhs a node to be compared * @return true if the left operand has a low
src/network/heap.hpp:31
Method
operator==
* Compare if two linestring are the same. * * It the two lines overlap with each other within a threshold of 1e-6, * they are considered equa
src/core/geometry.hpp:191
Method
precompute_ubodt_omp
Parallelly generate ubodt using OpenMP
src/mm/fmm/ubodt_gen_algorithm.cpp:69
Method
precompute_ubodt_single_thead
src/mm/fmm/ubodt_gen_algorithm.cpp:36
Method
print
src/mm/stmatch/stmatch_algorithm.cpp:24
Method
print
src/mm/stmatch/stmatch_app_config.cpp:80
Method
print
* Print the configuration information */
src/mm/h3mm/h3mm_writer.hpp:40
Method
print
src/mm/h3mm/h3mm_app.hpp:92
Method
print
src/mm/h3mm/h3mm.hpp:27
← previous
next →
101–200 of 275, ranked by callers