Remove weight and duration from customizer::EdgeBasedGraphEdgeData
This commit is contained in:
committed by
Patrick Niklaus
parent
fd9bebbfa7
commit
9695fa7941
@@ -325,10 +325,11 @@ class ContiguousInternalMemoryDataFacade<routing_algorithms::offline::Algorithm>
|
||||
return {};
|
||||
}
|
||||
|
||||
EdgeWeight GetNodeWeight(const NodeID /*node*/) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
EdgeWeight GetNodeWeight(const NodeID /*node*/) const { return 0; }
|
||||
|
||||
bool IsForwardEdge(const NodeID /*edge*/) const { return true; }
|
||||
|
||||
bool IsBackwardEdge(const NodeID /*edge*/) const { return true; }
|
||||
|
||||
bool HasLaneData(const EdgeID /*id*/) const override { return false; }
|
||||
NameID GetNameIndex(const NodeID /*nodeID*/) const override { return EMPTY_NAMEID; }
|
||||
|
||||
Reference in New Issue
Block a user