MCPcopy Create free account

hub / github.com/cyang-kth/fmm / functions

Functions275 in github.com/cyang-kth/fmm

MethodUBODTGenAlgorithm
src/mm/fmm/ubodt_gen_algorithm.hpp:22
MethodUBODTGenApp
* Constructor * @param config Configuration data */
src/mm/fmm/ubodt_gen_app.hpp:29
MethodUBODTGenAppConfig
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
Methodadd_edge
src/network/network.cpp:43
Methodadd_edge
src/mm/composite_graph.cpp:99
Methodappend_segs_to_line
src/network/network.cpp:388
Methodappend_segs_to_line
src/algorithm/geom_algorithm.cpp:25
Methodback_track
src/network/network_graph.cpp:160
Methodbackward_search
src/network/bidirectional_network_graph.cpp:125
Functionbool2string
* Convert bool to string * @param value bool value * @return "true" if value is true */
src/util/util.hpp:147
Methodboundingbox_geometry
src/algorithm/geom_algorithm.cpp:151
Methodbuild_cpath
src/mm/stmatch/stmatch_algorithm.cpp:388
Methodbuild_rtree_index
Construct a Rtree using the vector of edges
src/network/network.cpp:216
Methodcal_bucket_index
src/mm/fmm/ubodt.cpp:132
Methodcal_eu_dist
src/algorithm/geom_algorithm.cpp:7
Methodcalc_ep
src/mm/transition_graph.cpp:38
Methodcalc_heuristic_dist
src/network/network_graph.cpp:99
Methodcalc_length_to_end_vec
src/algorithm/geom_algorithm.cpp:170
Methodcalc_tp
src/mm/transition_graph.cpp:34
Methodcandidate_compare
src/network/network.cpp:22
Methodcheck_dummy_node
src/mm/composite_graph.cpp:179
Methodclosest_point_on_segment
src/algorithm/geom_algorithm.cpp:194
Methodcutoffseg
src/algorithm/geom_algorithm.cpp:419
Methodcutoffseg_unique
src/algorithm/geom_algorithm.cpp:351
Functiondemo
()
example/web_demo/web_demo.py:26
Methodestimate_ubodt_rows
src/mm/fmm/ubodt.cpp:146
Methodexport_json
* Export a string containing GeoJSON representation of the line. * @return The GeoJSON of the line */
src/core/geometry.hpp:154
Methodfind_optimal_candidate
src/mm/transition_graph.cpp:51
Methodfind_prime_number
src/mm/fmm/ubodt.cpp:171
Methodforward_search
src/network/bidirectional_network_graph.cpp:97
Methodforward_track
src/network/bidirectional_network_graph.cpp:149
MethodgetSize
src/network/rtree.cpp:32
Methodget_delta
src/mm/fmm/ubodt.cpp:128
Methodget_dummy_node_start_index
src/mm/composite_graph.cpp:133
Methodget_edge_id
* Get the edge ID from edge index * @param idx edge index * @return edge ID */
src/network/network_graph.hpp:106
Methodget_edge_id
src/mm/composite_graph.cpp:146
Methodget_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
Methodget_graph_ptr
src/mm/composite_graph.cpp:45
Methodget_node_id
* Get node ID from a node index * @param idx * @return node ID */
src/network/network_graph.hpp:134
Methodget_node_index
* Get node index from node ID * @param id node ID * @return node index */
src/network/network_graph.hpp:142
Methodget_num_rows
src/mm/fmm/ubodt.hpp:103
Methodget_num_trajectories
src/io/gps_reader.cpp:104
Methodget_num_vertices
src/network/network_graph.cpp:50
Methodget_sp_dist
src/mm/fmm/fmm_algorithm.cpp:254
Methodhas_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
Methodhas_timestamp
src/io/gps_reader.cpp:89
Functionhex2wkt
src/mm/h3mm/h3_util.hpp:42
Functionindex
()
example/web_demo/web_demo.py:22
Methodinsert_point
src/network/rtree.cpp:9
Methodinterpolate_line_distance
src/algorithm/geom_algorithm.cpp:127
Methodinterpolate_line_distances
src/algorithm/geom_algorithm.cpp:95
Methodinterpolate_line_kpoints
src/algorithm/geom_algorithm.cpp:138
Methodis_empty
* Check if the line is empty or not * @return true if the line is empty, otherwise false */
src/core/geometry.hpp:123
Methodis_shapefile_format
src/config/network_config.cpp:50
Methodlinear_referencing
src/algorithm/geom_algorithm.cpp:246
Methodload_arg
src/mm/stmatch/stmatch_app_config.cpp:47
Methodload_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
Methodload_arg
src/mm/fmm/ubodt_gen_app_config.cpp:41
Methodload_arg
src/mm/fmm/fmm_app_config.cpp:48
Methodload_from_arg
src/mm/stmatch/stmatch_algorithm.cpp:43
Methodload_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
Methodload_from_arg
* Load from argument parsed data */
src/mm/h3mm/h3mm.hpp:34
Methodload_from_arg
src/mm/fmm/fmm_algorithm.cpp:42
Methodload_from_arg
src/config/result_config.cpp:139
Methodload_from_arg
src/config/gps_config.cpp:55
Methodload_from_arg
src/config/network_config.cpp:22
Methodload_from_xml
src/mm/stmatch/stmatch_algorithm.cpp:31
Methodload_from_xml
src/mm/fmm/fmm_algorithm.cpp:32
Methodload_from_xml
src/config/result_config.cpp:72
Methodload_from_xml
src/config/gps_config.cpp:40
Methodload_from_xml
src/config/network_config.cpp:13
Methodload_xml
src/mm/stmatch/stmatch_app_config.cpp:31
Methodload_xml
src/mm/fmm/ubodt_gen_app_config.cpp:27
Methodload_xml
src/mm/fmm/fmm_app_config.cpp:31
Methodlocate_point_by_offset
src/algorithm/geom_algorithm.cpp:311
Methodlook_sp_path
src/mm/fmm/ubodt.cpp:59
Functionmain
example/cpp-api/main.cpp:8
Functionmain
src/app/fmm.cpp:14
Functionmain
src/app/stmatch.cpp:15
Functionmain
src/app/ubodt_gen_app.cpp:15
Functionmain
src/app/h3mm.cpp:5
Methodmatch_gps_file
src/mm/stmatch/stmatch_algorithm.cpp:171
Methodmatch_gps_file
src/mm/h3mm/h3mm.hpp:136
Methodmatch_gps_file
src/mm/fmm/fmm_algorithm.cpp:159
Functionmatch_url
()
example/web_demo/web_demo.py:34
Methodmatch_wkt
src/mm/stmatch/stmatch_algorithm.cpp:94
Methodmatch_wkt
src/mm/h3mm/h3mm.hpp:64
Methodmatch_wkt
src/mm/fmm/fmm_algorithm.cpp:128
Methodogr2linestring
src/core/geometry.cpp:20
Methodoperator<
< 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
Methodoperator==
* 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
Methodprecompute_ubodt_omp
Parallelly generate ubodt using OpenMP
src/mm/fmm/ubodt_gen_algorithm.cpp:69
Methodprecompute_ubodt_single_thead
src/mm/fmm/ubodt_gen_algorithm.cpp:36
Methodprint
src/mm/stmatch/stmatch_algorithm.cpp:24
Methodprint
src/mm/stmatch/stmatch_app_config.cpp:80
Methodprint
* Print the configuration information */
src/mm/h3mm/h3mm_writer.hpp:40
Methodprint
src/mm/h3mm/h3mm_app.hpp:92
Methodprint
src/mm/h3mm/h3mm.hpp:27
← previousnext →101–200 of 275, ranked by callers