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

Method GeometryLoaderImpl

libs/routing/geometry.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80{
81public:
82 GeometryLoaderImpl(MwmSet::MwmHandle const & handle, VehicleModelPtrT const & vehicleModel, bool loadAltitudes)
83 : m_vehicleModel(vehicleModel)
84 , m_source(handle)
85 , m_altitudeLoader(*handle.GetValue())
86 , m_loadAltitudes(loadAltitudes)
87 {
88 m_attrsGetter.Load(handle.GetValue()->m_cont);
89 }
90
91 void Load(uint32_t featureId, RoadGeometry & road) override
92 {

Callers

nothing calls this directly

Calls 2

GetValueMethod · 0.45
LoadMethod · 0.45

Tested by

no test coverage detected