Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ invalidRect
Function
invalidRect
pj_plotting/core/src/PointSeriesXY.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
namespace {
18
19
[[nodiscard]] QRectF invalidRect() {
20
return {1.0, 1.0, -2.0, -2.0};
21
}
22
23
[[nodiscard]] QPointF invalidPoint() {
24
return {0.0, std::numeric_limits<double>::quiet_NaN()};
Callers
3
PointSeriesXY
Method · 0.70
boundingRect
Method · 0.70
onDataCleared
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected