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

Method storeVisibleData

src/openms_gui/source/VISUAL/LayerDataPeak.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 std::unique_ptr<LayerStoreData> LayerDataPeak::storeVisibleData(const RangeAllType& visible_range, const DataFilters& layer_filters) const
48 {
49 auto ret = make_unique<LayerStoreDataPeakMapVisible>();
50 ret->storeVisibleExperiment(*peak_map_.get(), visible_range, layer_filters);
51 return ret;
52 }
53
54 std::unique_ptr<LayerStoreData> LayerDataPeak::storeFullData() const
55 {

Callers 2

saveCurrentLayerMethod · 0.45
runTOPPTool_Method · 0.45

Calls 2

getMethod · 0.45

Tested by

no test coverage detected