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 More... | |
static void | wrap (msdata::MSData &msd, const std::vector< std::string > &wrappers, pwiz::util::IterationListenerRegistry *ilr=NULL) |
instantiate a list of SpectrumListWrappers More... | |
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 More... | |
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(), testWrapDefaultArrayLength(), testWrapMassAnalyzer(), testWrapMSLevel(), testWrapMZWindow(), testWrapPolarity(), testWrapScanTimeRange(), testWrapSortScanTime(), and testWrapTitleMaker().
|
static |
instantiate a list of SpectrumListWrappers
|
static |
user-friendly documentation, with option of less or more detail
Referenced by testUsage().