ProteoWizard
|
Factory for instantiating and wrapping ChromatogramLists. More...
#include <ChromatogramListFactory.hpp>
Static Public Member Functions | |
static void | wrap (msdata::MSData &msd, const std::string &wrapper, pwiz::util::IterationListenerRegistry *ilr=NULL) |
instantiate the ChromatogramListWrapper indicated by wrapper | |
static void | wrap (msdata::MSData &msd, const std::vector< std::string > &wrappers, pwiz::util::IterationListenerRegistry *ilr=NULL) |
instantiate a list of ChromatogramListWrappers | |
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 ChromatogramLists.
Definition at line 40 of file ChromatogramListFactory.hpp.
|
static |
instantiate the ChromatogramListWrapper indicated by wrapper
Referenced by testWrap().
|
static |
instantiate a list of ChromatogramListWrappers
|
static |
user-friendly documentation, with option of less or more detail
Referenced by testUsage().