ProteoWizard
|
MSData <-> MGF stream serialization. More...
#include <Serializer_MGF.hpp>
Public Member Functions | |
Serializer_MGF () | |
constructor | |
void | write (std::ostream &os, const MSData &msd, const pwiz::util::IterationListenerRegistry *iterationListenerRegistry=0) const |
write MSData object to ostream as MGF; iterationListenerRegistry may be used to receive progress updates | |
void | read (boost::shared_ptr< std::istream > is, MSData &msd) const |
read in MSData object from an MGF istream note: istream may be managed by MSData's SpectrumList, to allow for lazy evaluation of Spectrum data |
Private Member Functions | |
Serializer_MGF (Serializer_MGF &) | |
Serializer_MGF & | operator= (Serializer_MGF &) |
Private Attributes | |
boost::shared_ptr< Impl > | impl_ |
MSData <-> MGF stream serialization.
Definition at line 37 of file Serializer_MGF.hpp.
pwiz::msdata::Serializer_MGF::Serializer_MGF | ( | ) |
constructor
|
private |
void pwiz::msdata::Serializer_MGF::write | ( | std::ostream & | os, |
const MSData & | msd, | ||
const pwiz::util::IterationListenerRegistry * | iterationListenerRegistry = 0 |
||
) | const |
write MSData object to ostream as MGF; iterationListenerRegistry may be used to receive progress updates
Referenced by testModeBinaryDataOnly(), testModeMetaDataAndBinaryData(), testModeMetaDataOnly(), and testWriteRead().
void pwiz::msdata::Serializer_MGF::read | ( | boost::shared_ptr< std::istream > | is, |
MSData & | msd | ||
) | const |
read in MSData object from an MGF istream note: istream may be managed by MSData's SpectrumList, to allow for lazy evaluation of Spectrum data
Referenced by testModeBinaryDataOnly(), testModeMetaDataAndBinaryData(), testModeMetaDataOnly(), and testWriteRead().
|
private |
|
private |
Definition at line 55 of file Serializer_MGF.hpp.