From 8acf081be3f82899a79c7b3d30365f44e69cf670 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 27 Dec 2013 15:47:51 +0100 Subject: [PATCH] remove dead function decl --- Contractor/EdgeBasedGraphFactory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Contractor/EdgeBasedGraphFactory.h b/Contractor/EdgeBasedGraphFactory.h index 191b59998..2a83fc445 100644 --- a/Contractor/EdgeBasedGraphFactory.h +++ b/Contractor/EdgeBasedGraphFactory.h @@ -81,14 +81,17 @@ public: ); void Run(const char * originalEdgeDataFilename, lua_State *myLuaState); + void GetEdgeBasedEdges( DeallocatingVector< EdgeBasedEdge >& edges ); + void GetEdgeBasedNodes( std::vector< EdgeBasedNode> & nodes); - void GetOriginalEdgeData( std::vector & originalEdgeData); + TurnInstruction AnalyzeTurn( const NodeID u, const NodeID v, const NodeID w ) const; + int GetTurnPenalty( const NodeID u, const NodeID v,