Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ IntervalTree
Method
IntervalTree
src/3rdparty/mcap/include/mcap/intervaltree.hpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
};
59
60
IntervalTree()
61
: left(nullptr)
62
, right(nullptr)
63
, center(Scalar(0)) {}
64
65
~IntervalTree() = default;
66
Callers
nothing calls this directly
Calls
8
IntervalStopCmp
Class · 0.85
IntervalStartCmp
Class · 0.85
clone
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
size
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected