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

Method MSPGenericFile

src/openms/source/FORMAT/MSPGenericFile.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace OpenMS
20{
21 MSPGenericFile::MSPGenericFile() :
22 DefaultParamHandler("MSPGenericFile")
23 {
24 getDefaultParameters(defaults_);
25 defaultsToParam_(); // write defaults into Param object param_
26 }
27
28 MSPGenericFile::MSPGenericFile(const String& filename, MSExperiment& library) :
29 DefaultParamHandler("MSPGenericFile")

Callers

nothing calls this directly

Calls 2

getDefaultParametersFunction · 0.85
loadFunction · 0.50

Tested by

no test coverage detected