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

Method storeFullData

src/openms_gui/source/VISUAL/LayerDataPeak.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 std::unique_ptr<LayerStoreData> LayerDataPeak::storeFullData() const
55 {
56 auto ret = make_unique<LayerStoreDataPeakMapAll>();
57 ret->storeFullExperiment(*peak_map_.get());
58 return ret;
59 }
60
61 LayerDataPeak::ProjectionData LayerDataPeak::getProjection(const DIM_UNIT unit_x, const DIM_UNIT unit_y, const RangeAllType& area) const
62 {

Callers 2

saveCurrentLayerMethod · 0.45
runTOPPTool_Method · 0.45

Calls 2

storeFullExperimentMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected