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

Method setIntensityMode

src/openms_gui/source/VISUAL/PlotWidget.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void PlotWidget::setIntensityMode(PlotCanvas::IntensityModes mode)
96 {
97 if (canvas_->getIntensityMode() != mode)
98 {
99 canvas_->setIntensityMode(mode);
100 }
101 }
102
103 void PlotWidget::showStatistics()
104 {

Callers 5

showSpectrumAsNew1DMethod · 0.45
showSpectrumAsNew1DMethod · 0.45
activate1DSpectrumMethod · 0.45
setMapperFunction · 0.45

Calls

no outgoing calls

Tested by 3

showSpectrumAsNew1DMethod · 0.36
activate1DSpectrumMethod · 0.36