81 void exportToJSON(
const std::string& filename_in,
const std::string& filename_out);
A container for consensus elements.
Definition ConsensusMap.h:67
A container for features.
Definition FeatureMap.h:78
Definition IdentificationData.h:87
This class supports reading and writing of OMS files.
Definition OMSFile.h:25
void exportToJSON(const std::string &filename_in, const std::string &filename_out)
Read in an OMS file and write out the contents in JSON format.
void load(const std::string &filename, ConsensusMap &consensus)
Read in an OMS file and construct a consensus map.
void store(const std::string &filename, const IdentificationData &id_data)
Write out an IdentificationData object to SQL-based OMS file.
void store(const std::string &filename, const FeatureMap &features)
Write out a feature map to SQL-based OMS file.
OMSFile(LogType log_type=LogType::NONE)
Constructor (with option to set log type)
Definition OMSFile.h:28
void load(const std::string &filename, IdentificationData &id_data)
Read in an OMS file and construct an IdentificationData object.
void store(const std::string &filename, const ConsensusMap &consensus)
Write out a consensus map to SQL-based OMS file.
void load(const std::string &filename, FeatureMap &features)
Read in an OMS file and construct a feature map.
LogType log_type_
Definition OMSFile.h:84
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
LogType
Possible log types.
Definition ProgressLogger.h:43
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19