MCPcopy 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

IntervalStopCmpClass · 0.85
IntervalStartCmpClass · 0.85
cloneMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected