MCPcopy Create free account
hub / github.com/comaps/comaps / BicycleModelFactory

Class BicycleModelFactory

libs/routing_common/bicycle_model.hpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33class BicycleModelFactory : public VehicleModelFactory
34{
35public:
36 // TODO: remove countryParentNameGetterFn default value after removing unused bicycle routing
37 // from road_graph_router
38 BicycleModelFactory(CountryParentNameGetterFn const & countryParentNameGetterFn = {});
39};
40} // namespace routing

Callers 2

VehicleMaskBuilderMethod · 0.85
GetModelMethod · 0.85

Calls

no outgoing calls

Tested by 1

GetModelMethod · 0.68