Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ StaticRTree
Method
StaticRTree
include/util/static_rtree.hpp:262–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
261
public:
262
StaticRTree() = default;
263
StaticRTree(const StaticRTree &) = delete;
264
StaticRTree &operator=(const StaticRTree &) = delete;
265
StaticRTree(StaticRTree &&) = default;
Callers
nothing calls this directly
Calls
14
centroid
Function · 0.85
latToY
Function · 0.85
toFloating
Function · 0.85
GetHilbertCode
Function · 0.85
fromWGS84
Function · 0.85
reverse
Function · 0.85
MergeBoundingBoxes
Method · 0.80
data
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
IsValid
Method · 0.45
Tested by
no test coverage detected