MCPcopy 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

centroidFunction · 0.85
latToYFunction · 0.85
toFloatingFunction · 0.85
GetHilbertCodeFunction · 0.85
fromWGS84Function · 0.85
reverseFunction · 0.85
MergeBoundingBoxesMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
IsValidMethod · 0.45

Tested by

no test coverage detected