MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / PointSeriesXY

Method PointSeriesXY

pj_plotting/core/src/PointSeriesXY.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51} // namespace
52
53PointSeriesXY::PointSeriesXY(SessionManager* session, CurveDescriptor x_source, CurveDescriptor y_source)
54 : session_(session),
55 x_source_(std::move(x_source)),
56 y_source_(std::move(y_source)),
57 cached_bounding_rect_(invalidRect()) {}
58
59std::size_t PointSeriesXY::size() const {
60 ensureAlignmentIndex();

Callers

nothing calls this directly

Calls 1

invalidRectFunction · 0.70

Tested by

no test coverage detected