MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / updateLayer

Method updateLayer

src/openms_gui/source/VISUAL/Plot3DCanvas.cpp:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 void Plot3DCanvas::updateLayer(Size i)
285 {
286 selected_peak_.clear();
287 recalculateRanges_();
288 resetZoom(false); // no repaint as this is done in intensityModeChange_() anyway
289 openglwidget()->recalculateDotGradient_(layers_.getLayer(i));
290 intensityModeChange_();
291 modificationStatus_(i, false);
292 }
293
294 void Plot3DCanvas::intensityModeChange_()
295 {

Callers 1

fileChanged_Method · 0.45

Calls 5

recalculateRanges_Function · 0.85
resetZoomFunction · 0.85
getLayerMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected