ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::SpectrumListFactory Class Reference

Factory for instantiating and wrapping SpectrumLists. More...

#include <SpectrumListFactory.hpp>

Static Public Member Functions

static void wrap (msdata::MSData &msd, const std::string &wrapper)
 instantiate the SpectrumListWrapper indicated by wrapper More...
 
static void wrap (msdata::MSData &msd, const std::vector< std::string > &wrappers)
 instantiate a list of SpectrumListWrappers More...
 
static std::string usage (bool detailedHelp=true, const char *morehelp_prompt=NULL)
 user-friendly documentation, with option of less or more detail More...
 

Detailed Description

Factory for instantiating and wrapping SpectrumLists.

Definition at line 39 of file SpectrumListFactory.hpp.

Member Function Documentation

static void pwiz::analysis::SpectrumListFactory::wrap ( msdata::MSData msd,
const std::string &  wrapper 
)
static
static void pwiz::analysis::SpectrumListFactory::wrap ( msdata::MSData msd,
const std::vector< std::string > &  wrappers 
)
static

instantiate a list of SpectrumListWrappers

static std::string pwiz::analysis::SpectrumListFactory::usage ( bool  detailedHelp = true,
const char *  morehelp_prompt = NULL 
)
static

user-friendly documentation, with option of less or more detail

Referenced by testUsage().


The documentation for this class was generated from the following file: