ProteoWizard
|
Factory for instantiating and wrapping SpectrumLists. More...
#include <SpectrumListFactory.hpp>
Static Public Member Functions | |
static void | wrap (msdata::MSData &msd, const std::string &wrapper, pwiz::util::IterationListenerRegistry *ilr=NULL) |
instantiate the SpectrumListWrapper indicated by wrapper | |
static void | wrap (msdata::MSData &msd, const std::vector< std::string > &wrappers, pwiz::util::IterationListenerRegistry *ilr=NULL) |
instantiate a list of SpectrumListWrappers | |
static std::string | usage (bool detailedHelp=true, const char *morehelp_prompt=NULL, int maxLineLength=80) |
user-friendly documentation, with option of less or more detail | |
Factory for instantiating and wrapping SpectrumLists.
Definition at line 40 of file SpectrumListFactory.hpp.
|
static |
instantiate the SpectrumListWrapper indicated by wrapper
Referenced by testWrap(), testWrapActivation(), testWrapChargeState(), testWrapChargeStatePredictor(), testWrapDefaultArrayLength(), testWrapMassAnalyzer(), testWrapMSLevel(), testWrapMZPresent(), testWrapMZWindow(), testWrapPolarity(), testWrapPrecursorMzSet(), testWrapScanTimeRange(), testWrapSortScanTime(), testWrapThermoScanFilter(), and testWrapTitleMaker().
|
static |
instantiate a list of SpectrumListWrappers
|
static |
user-friendly documentation, with option of less or more detail
Referenced by testUsage().