24#ifndef _CHROMATOGRAMLISTFACTORY_HPP_
25#define _CHROMATOGRAMLISTFACTORY_HPP_
51 static std::string
usage(
bool detailedHelp =
true,
const char* morehelp_prompt = NULL,
int maxLineLength = 80);
Factory for instantiating and wrapping ChromatogramLists.
static void wrap(msdata::MSData &msd, const std::vector< std::string > &wrappers, pwiz::util::IterationListenerRegistry *ilr=NULL)
instantiate a list of ChromatogramListWrappers
static void wrap(msdata::MSData &msd, const std::string &wrapper, pwiz::util::IterationListenerRegistry *ilr=NULL)
instantiate the ChromatogramListWrapper indicated by wrapper
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
handles registration of IterationListeners and broadcast of update messages
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...