Home
last modified time | relevance | path

Searched refs:node_coordinates (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/osrm-backend/osrm-backend-5.26.0/src/util/
H A Dgeojson_debug_policies.cpp14 const std::vector<util::Coordinate> &node_coordinates) in NodeIdVectorToLineString() argument
15 : node_coordinates(node_coordinates) in NodeIdVectorToLineString()
28 NodeIdToCoordinate(node_coordinates)); in operator ()()
35 const std::vector<util::Coordinate> &node_coordinates) in NodeIdVectorToMultiPoint() argument
36 : node_coordinates(node_coordinates) in NodeIdVectorToMultiPoint()
48 NodeIdToCoordinate(node_coordinates)); in operator ()()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dturn_analysis.cpp24 const std::vector<util::Coordinate> &node_coordinates, in TurnAnalysis() argument
33 node_coordinates, in TurnAnalysis()
42 node_coordinates, in TurnAnalysis()
51 node_coordinates, in TurnAnalysis()
60 node_coordinates, in TurnAnalysis()
69 node_coordinates, in TurnAnalysis()
78 node_coordinates, in TurnAnalysis()
87 node_coordinates, in TurnAnalysis()
H A Dturn_discovery.cpp22 const std::vector<util::Coordinate> &node_coordinates, in findPreviousIntersection() argument
47 node_based_graph, compressed_geometries, node_coordinates); in findPreviousIntersection()
78 node_coordinates, in findPreviousIntersection()
98 node_coordinates, in findPreviousIntersection()
124 node_coordinates, in findPreviousIntersection()
H A Dguidance_processing.cpp23 const std::vector<util::Coordinate> &node_coordinates, in annotateTurns() argument
43 node_coordinates, in annotateTurns()
53 node_coordinates, in annotateTurns()
63 node_coordinates, in annotateTurns()
139 node_coordinates, in annotateTurns()
184 OSRM_ASSERT(intersection.valid(), node_coordinates[intersection_node]); in annotateTurns()
191 classifyIntersection(intersection, node_coordinates[intersection_node]); in annotateTurns()
233 node_coordinates[intersection_node]); in annotateTurns()
H A Ddriveway_handler.cpp15 const std::vector<util::Coordinate> &node_coordinates, in DrivewayHandler() argument
24 node_coordinates, in DrivewayHandler()
72 OSRM_ASSERT(road != intersection.end(), node_coordinates[nid]); in operator ()()
77 OSRM_ASSERT(road->instruction.type == TurnType::Turn, node_coordinates[nid]); in operator ()()
H A Dsliproad_handler.cpp25 const std::vector<util::Coordinate> &node_coordinates, in SliproadHandler() argument
34 node_coordinates, in SliproadHandler()
41 coordinate_extractor(node_based_graph, compressed_geometries, node_coordinates) in SliproadHandler()
256 node_coordinates, in operator ()()
455 const auto length = haversineDistance(node_coordinates[intersection_node_id], in operator ()()
456 node_coordinates[main_road_intersection->node]); in operator ()()
581 node_coordinates, in operator ()()
739 const auto first = node_coordinates[a]; in isValidSliproadArea()
740 const auto second = node_coordinates[b]; in isValidSliproadArea()
741 const auto third = node_coordinates[c]; in isValidSliproadArea()
H A Dintersection_handler.cpp50 const std::vector<util::Coordinate> &node_coordinates, in IntersectionHandler() argument
58 node_coordinates(node_coordinates), compressed_geometries(compressed_geometries), in IntersectionHandler()
63 node_coordinates, in IntersectionHandler()
187 node_coordinates[node_based_graph.GetTarget(via_edge)], in getInstructionForObvious()
188 node_coordinates[node_based_graph.GetTarget(road.eid)]); in getInstructionForObvious()
461 node_coordinates, in getNextIntersection()
H A Dturn_lane_handler.cpp39 const std::vector<util::Coordinate> &node_coordinates, in TurnLaneHandler() argument
48 node_coordinates(node_coordinates), compressed_geometries(compressed_geometries), in TurnLaneHandler()
218 node_coordinates, in deduceScenario()
580 node_coordinates, in partitionLaneData()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dgeojson_debug_policies.hpp29 const std::vector<extractor::QueryNode> &node_coordinates,
40 const std::vector<extractor::QueryNode> &node_coordinates; member
48 const std::vector<extractor::QueryNode> &node_coordinates, in IntersectionPrinter() argument
50 : node_based_graph(node_based_graph), node_coordinates(node_coordinates), in IntersectionPrinter()
69 coordinates.push_back(node_coordinates[intersection_node]); in operator ()()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/intersection/
H A Dmergable_road_detector.cpp57 const std::vector<util::Coordinate> &node_coordinates, in MergableRoadDetector() argument
65 node_coordinates(node_coordinates), compressed_geometries(compressed_geometries), in MergableRoadDetector()
184 node_coordinates, in IsNarrowTriangle()
192 node_coordinates, in IsNarrowTriangle()
210 node_coordinates, in IsNarrowTriangle()
229 node_coordinates[intersection_node], in IsNarrowTriangle()
288 node_coordinates, in IsNarrowTriangle()
309 node_coordinates, in IsCircularShape()
381 node_coordinates, in HaveSameDirection()
544 node_coordinates[intersection_node], node_coordinates[left_candidate]); in IsTrafficIsland()
[all …]
H A Dintersection_analysis.cpp54 const std::vector<util::Coordinate> &node_coordinates, in getEdgeCoordinates() argument
60 return {node_coordinates[from_node], node_coordinates[to_node]}; in getEdgeCoordinates()
62 BOOST_ASSERT(from_node < node_coordinates.size()); in getEdgeCoordinates()
63 BOOST_ASSERT(to_node < node_coordinates.size()); in getEdgeCoordinates()
70 result.push_back(node_coordinates[from_node]); in getEdgeCoordinates()
74 [&node_coordinates](const auto &compressed_edge) { in getEdgeCoordinates()
75 return node_coordinates[compressed_edge.node_id]; in getEdgeCoordinates()
256 const std::vector<util::Coordinate> &node_coordinates, in getIntersectionGeometries() argument
261 graph, compressed_geometries, node_coordinates, intersection_node); in getIntersectionGeometries()
745 graph, compressed_geometries, node_coordinates, intersection_node); in getConnectedRoads()
[all …]
H A Dnode_based_graph_walker.cpp21 const std::vector<util::Coordinate> &node_coordinates, in NodeBasedGraphWalker() argument
27 node_coordinates(node_coordinates), compressed_geometries(compressed_geometries), in NodeBasedGraphWalker()
249 const std::vector<util::Coordinate> &node_coordinates, in IntersectionFinderAccumulator() argument
255 node_data_container(node_data_container), node_coordinates(node_coordinates), in IntersectionFinderAccumulator()
284 node_coordinates, in update()
H A Dcoordinate_extractor.cpp63 const std::vector<util::Coordinate> &node_coordinates) in CoordinateExtractor() argument
65 node_coordinates(node_coordinates) in CoordinateExtractor()
137 node_coordinates[traversed_in_reverse ? to_node : intersection_node]; in ExtractRepresentativeCoordinate()
515 return node_coordinates[end_node]; in GetCoordinateCloseToTurn()
524 return node_coordinates[compressed_edge.node_id]; in GetCoordinateCloseToTurn()
572 return {{node_coordinates[to_node]}, {node_coordinates[intersection_node]}}; in GetCoordinatesAlongRoad()
574 return {{node_coordinates[intersection_node]}, {node_coordinates[to_node]}}; in GetCoordinatesAlongRoad()
597 BOOST_ASSERT(intersection_node < node_coordinates.size()); in GetCoordinatesAlongRoad()
598 result.push_back(node_coordinates[intersection_node]); in GetCoordinatesAlongRoad()
602 BOOST_ASSERT(intersection_node < node_coordinates.size()); in GetCoordinatesAlongRoad()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dgeojson_debug_policies.hpp21 NodeIdVectorToLineString(const std::vector<util::Coordinate> &node_coordinates);
27 const std::vector<util::Coordinate> &node_coordinates; member
39 NodeIdVectorToMultiPoint(const std::vector<util::Coordinate> &node_coordinates);
45 const std::vector<util::Coordinate> &node_coordinates; member
H A Dgeojson_debug_policy_toolkit.hpp72 NodeIdToCoordinate(const std::vector<util::Coordinate> &node_coordinates) in NodeIdToCoordinate()
73 : node_coordinates(node_coordinates) in NodeIdToCoordinate()
77 const std::vector<util::Coordinate> &node_coordinates; member
81 auto coordinate = node_coordinates[nid]; in operator ()()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/intersection/
H A Dnode_based_graph_walker.hpp34 const std::vector<util::Coordinate> &node_coordinates,
57 const std::vector<util::Coordinate> &node_coordinates; member in osrm::extractor::intersection::NodeBasedGraphWalker
164 const std::vector<util::Coordinate> &node_coordinates,
186 const std::vector<util::Coordinate> &node_coordinates; member
227 node_coordinates, in TraverseRoad()
H A Dmergable_road_detector.hpp50 const std::vector<util::Coordinate> &node_coordinates,
167 const std::vector<util::Coordinate> &node_coordinates; member in osrm::extractor::intersection::MergableRoadDetector
H A Dintersection_analysis.hpp46 const std::vector<util::Coordinate> &node_coordinates,
66 const std::vector<util::Coordinate> &node_coordinates,
H A Dcoordinate_extractor.hpp26 const std::vector<util::Coordinate> &node_coordinates);
167 const std::vector<util::Coordinate> &node_coordinates; member in osrm::extractor::intersection::CoordinateExtractor
/dports/www/osrm-backend/osrm-backend-5.26.0/include/guidance/
H A Dturn_lane_handler.hpp77 const std::vector<util::Coordinate> &node_coordinates,
98 const std::vector<util::Coordinate> &node_coordinates; member in osrm::guidance::lanes::TurnLaneHandler
H A Dturn_discovery.hpp38 const std::vector<util::Coordinate> &node_coordinates,
H A Dguidance_processing.hpp32 const std::vector<util::Coordinate> &node_coordinates,
H A Dturn_analysis.hpp42 const std::vector<util::Coordinate> &node_coordinates,
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/osm/
H A Dadmin_boundaries.py71 def node_coordinates(self, coords, indptr, idx): member in OSMPolygonReader
123 way_node_points = self.node_coordinates(self.way_coords, self.way_indptr, way_index)
153 node_coords = self.node_coordinates(self.way_coords, self.way_indptr, way_index)
/dports/net/mpich/mpich-3.4.3/src/mpi/comm/
H A Dcomm_split_type_nbhd.c505 int node_coordinates = MPIR_nettopo_torus_get_node_index(); in network_split_by_torus_dimension() local
513 coordinate_along_dim = node_coordinates % node_dimensions[i]; in network_split_by_torus_dimension()
520 node_coordinates = node_coordinates / node_dimensions[i]; in network_split_by_torus_dimension()

12