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

Method storeFullData

src/openms_gui/source/VISUAL/LayerDataChrom.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::unique_ptr<LayerStoreData> LayerDataChrom::storeFullData() const
49 {
50 auto ret = make_unique<LayerStoreDataPeakMapAll>();
51 ret->storeFullExperiment(*chromatogram_map_.get());
52 return ret;
53 }
54
55 LayerDataChrom::ProjectionData LayerDataChrom::getProjection(const DIM_UNIT unit_x, const DIM_UNIT unit_y, const RangeAllType& /*area*/) const
56 {

Callers

nothing calls this directly

Calls 2

storeFullExperimentMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected