ProteoWizard
|
implementation of SpectrumList, backed by an mzXML file More...
#include <SpectrumList_mzXML.hpp>
Classes | |
struct | index_not_found |
exception thrown if create(*,*,true) is called and the mzXML index cannot be found More... | |
Static Public Member Functions | |
static SpectrumListPtr | create (boost::shared_ptr< std::istream > is, const MSData &msd, bool indexed=true) |
Additional Inherited Members | |
![]() | |
virtual const boost::shared_ptr< const DataProcessing > | dataProcessingPtr () const |
implementation of SpectrumList More... | |
virtual void | setDataProcessingPtr (DataProcessingPtr dp) |
set DataProcessing More... | |
![]() | |
DataProcessingPtr | dp_ |
implementation of SpectrumList, backed by an mzXML file
Definition at line 39 of file SpectrumList_mzXML.hpp.
|
static |