Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/index_graph_starter.hpp')
-rw-r--r--routing/index_graph_starter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/routing/index_graph_starter.hpp b/routing/index_graph_starter.hpp
index 14a13cd222..33759f569c 100644
--- a/routing/index_graph_starter.hpp
+++ b/routing/index_graph_starter.hpp
@@ -115,6 +115,9 @@ private:
return featureId >= m_graph.GetNextFakeFeatureId();
}
+ DirectedEdge const & FindFakeEdge(uint32_t fakeFeatureId);
+ RoadGeometry GetFakeRoadGeometry(uint32_t fakeFeatureId);
+
void AddZeroLengthOnewayFeature(Joint::Id from, Joint::Id to);
void GetFakeEdgesList(Joint::Id jointId, bool isOutgoing, vector<JointEdge> & edges);