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

Method CalcOneWayMask

generator/routing_index_generator.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 VehicleMask CalcOneWayMask(FeatureType & f) const
82 {
83 feature::TypesHolder const types(f);
84 return CalcMask([&](VehicleModelInterface const & model) { return model.IsOneWay(types); });
85 }
86
87private:
88 template <class Fn>

Callers 1

CalcCrossMwmTransitionsFunction · 0.80

Calls 1

IsOneWayMethod · 0.45

Tested by

no test coverage detected