NoUTurnRestrictionTest --------------------------------------------------------------------------
| 58 | |
| 59 | // NoUTurnRestrictionTest -------------------------------------------------------------------------- |
| 60 | void NoUTurnRestrictionTest::Init(unique_ptr<SingleVehicleWorldGraph> graph) |
| 61 | { |
| 62 | m_graph = make_unique<WorldGraphForAStar>(std::move(graph)); |
| 63 | } |
| 64 | |
| 65 | void NoUTurnRestrictionTest::SetRestrictions(RestrictionVec && restrictions) |
| 66 | { |
no outgoing calls