35 #ifndef OPENMS_FORMAT_KROENIKFILE_H 36 #define OPENMS_FORMAT_KROENIKFILE_H 88 template <
typename SpectrumType>
91 std::cerr <<
"Store() for KroenikFile not implemented. Filename was: " << filename <<
", spec of size " << spectrum.size() <<
"\n";
98 #endif // OPENMS_FORMAT_KROENIKFILE_H A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:94
void store(const String &filename, const SpectrumType &spectrum) const
Stores a featureXML as a Kroenik file.
Definition: KroenikFile.h:89
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
File adapter for Kroenik (HardKloer sibling) files.
Definition: KroenikFile.h:63
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
Not implemented exception.
Definition: Exception.h:437