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

Method onDataCleared

pj_plotting/core/src/PointSeriesXY.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void PointSeriesXY::onDataCleared() {
105 pairs_.clear();
106 alignment_dirty_ = true;
107 bounding_rect_valid_ = false;
108 cached_bounding_rect_ = invalidRect();
109}
110
111void PointSeriesXY::ensureAlignmentIndex() const {
112 if (!alignment_dirty_) {

Callers 2

reconnectDataSignalsMethod · 0.45
TEST_FFunction · 0.45

Calls 2

invalidRectFunction · 0.70
clearMethod · 0.45

Tested by 1

TEST_FFunction · 0.36