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

Method FileGeometryLoader

libs/routing/geometry.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118{
119public:
120 FileGeometryLoader(string const & fileName, VehicleModelPtrT const & vehicleModel)
121 : m_featuresVector(fileName)
122 , m_vehicleModel(vehicleModel)
123 {
124 m_attrsGetter.Load(m_featuresVector.GetContainer());
125 }
126
127 void Load(uint32_t featureId, RoadGeometry & road) override
128 {

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected