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

Method GetWay

generator/intermediate_data.hpp:262–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 bool GetNode(Key id, double & y, double & x) const override { return m_nodes.GetPoint(id, y, x); }
261
262 bool GetWay(Key id, WayElement & e) override { return m_ways.Read(id, e); }
263 bool GetRelation(Key id, RelationElement & e) override { return m_relations.Read(id, e); }
264
265 void ForEachRelationByWayCached(Key id, ForEachRelationFn & toDo) override

Callers 4

ForEachWayWithIndexMethod · 0.45
FillCameraInWaysMethod · 0.45
AddWayMethod · 0.45
GetOriginMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected