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, 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...
 

Detailed Description

Factory for instantiating and wrapping SpectrumLists.

Definition at line 40 of file SpectrumListFactory.hpp.

Member Function Documentation

§ wrap() [1/2]

static void pwiz::analysis::SpectrumListFactory::wrap ( msdata::MSData msd,
const std::string &  wrapper,
pwiz::util::IterationListenerRegistry ilr = NULL 
)
static

§ wrap() [2/2]

static void pwiz::analysis::SpectrumListFactory::wrap ( msdata::MSData msd,
const std::vector< std::string > &  wrappers,
pwiz::util::IterationListenerRegistry ilr = NULL 
)
static

instantiate a list of SpectrumListWrappers

§ usage()

static std::string pwiz::analysis::SpectrumListFactory::usage ( bool  detailedHelp = true,
const char *  morehelp_prompt = NULL,
int  maxLineLength = 80 
)
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: