Home
last modified time | relevance | path

Searched refs:use_all_edges (Results 1 – 4 of 4) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dgeospatial_query.hpp57 const bool use_all_edges) const in NearestPhantomNodesInRange()
82 const bool use_all_edges) const in NearestPhantomNodesInRange()
90 boolPairAnd(HasValidEdge(segment, use_all_edges), in NearestPhantomNodesInRange()
220 &use_all_edges](const CandidateSegment &segment) { in NearestPhantomNodeWithAlternativeFromBigComponent()
224 const auto valid_edges = HasValidEdge(segment, use_all_edges); in NearestPhantomNodeWithAlternativeFromBigComponent()
271 &use_all_edges](const CandidateSegment &segment) { in NearestPhantomNodeWithAlternativeFromBigComponent()
276 const auto valid_edges = HasValidEdge(segment, use_all_edges); in NearestPhantomNodeWithAlternativeFromBigComponent()
325 &use_all_edges](const CandidateSegment &segment) { in NearestPhantomNodeWithAlternativeFromBigComponent()
335 HasValidEdge(segment, use_all_edges)); in NearestPhantomNodeWithAlternativeFromBigComponent()
384 &use_all_edges](const CandidateSegment &segment) { in NearestPhantomNodeWithAlternativeFromBigComponent()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/datafacade/
H A Ddatafacade_base.hpp132 const bool use_all_edges) const = 0;
137 const bool use_all_edges) const = 0;
165 const bool use_all_edges) const = 0;
170 const bool use_all_edges) const = 0;
177 const bool use_all_edges) const = 0;
183 const bool use_all_edges = false) const = 0;
H A Dcontiguous_internalmem_datafacade.hpp319 const bool use_all_edges) const override final in NearestPhantomNodesInRange()
324 input_coordinate, max_distance, approach, use_all_edges); in NearestPhantomNodesInRange()
333 const bool use_all_edges) const override final in NearestPhantomNodesInRange()
338 input_coordinate, max_distance, bearing, bearing_range, approach, use_all_edges); in NearestPhantomNodesInRange()
393 const bool use_all_edges) const override final in NearestPhantomNodeWithAlternativeFromBigComponent()
398 input_coordinate, approach, use_all_edges); in NearestPhantomNodeWithAlternativeFromBigComponent()
405 const bool use_all_edges) const override final in NearestPhantomNodeWithAlternativeFromBigComponent()
410 input_coordinate, max_distance, approach, use_all_edges); in NearestPhantomNodeWithAlternativeFromBigComponent()
419 const bool use_all_edges) const override final in NearestPhantomNodeWithAlternativeFromBigComponent()
424 input_coordinate, max_distance, bearing, bearing_range, approach, use_all_edges); in NearestPhantomNodeWithAlternativeFromBigComponent()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/plugins/
H A Dplugin_base.hpp172 bool use_all_edges = false) const in GetPhantomNodesInRange() argument
206 use_all_edges); in GetPhantomNodesInRange()
211 parameters.coordinates[i], radiuses[i], approach, use_all_edges); in GetPhantomNodesInRange()
303 const bool use_all_edges = parameters.snapping == api::BaseParameters::SnappingType::Any; in GetPhantomNodes() local
331 use_all_edges); in GetPhantomNodes()
341 use_all_edges); in GetPhantomNodes()
353 use_all_edges); in GetPhantomNodes()
359 parameters.coordinates[i], approach, use_all_edges); in GetPhantomNodes()