Home
last modified time | relevance | path

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

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dgeospatial_query.hpp68 return CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodesInRange()
98 return CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodesInRange()
154 CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodes()
197 CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodes()
242 CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodeWithAlternativeFromBigComponent()
411 CheckSegmentDistance(input_coordinate, segment, max_distance); in NearestPhantomNodeWithAlternativeFromBigComponent()
581 bool CheckSegmentDistance(const Coordinate input_coordinate, in CheckSegmentDistance() function in osrm::engine::GeospatialQuery