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

Class GraphAttrs

libs/routing/index_graph_loader.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 shared_ptr<EdgeEstimator> m_estimator;
78
79 struct GraphAttrs
80 {
81 GeometryPtrT m_geometry;
82 // May be nullptr, because it has "lazy" loading.
83 GraphPtrT m_graph;
84 };
85 std::unordered_map<NumMwmId, GraphAttrs> m_graphs;
86
87 ankerl::unordered_dense::map<NumMwmId, SpeedCamerasMapT> m_cachedCameras;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected