ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::analyzer_strings< RegionTIC > Struct Template Reference

#include <RegionTIC.hpp>

Static Public Member Functions

static const char * id ()
 
static const char * description ()
 
static const char * argsFormat ()
 
static std::vector< std::string > argsUsage ()
 

Detailed Description

template<>
struct pwiz::analysis::analyzer_strings< RegionTIC >

Definition at line 79 of file RegionTIC.hpp.

Member Function Documentation

§ id()

static const char* pwiz::analysis::analyzer_strings< RegionTIC >::id ( )
inlinestatic

Definition at line 81 of file RegionTIC.hpp.

81 {return "tic";}

§ description()

static const char* pwiz::analysis::analyzer_strings< RegionTIC >::description ( )
inlinestatic

Definition at line 82 of file RegionTIC.hpp.

82 {return "write total ion counts for an m/z range";}

§ argsFormat()

static const char* pwiz::analysis::analyzer_strings< RegionTIC >::argsFormat ( )
inlinestatic

Definition at line 84 of file RegionTIC.hpp.

References TABULARCONFIG_DELIMITER_OPTIONS_STR, and TIC_MZRANGE_ARG.

84 {return "[" TIC_MZRANGE_ARG "=<mzLow>[,<mzHigh>]] [" TABULARCONFIG_DELIMITER_OPTIONS_STR "]";}
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
#define TIC_MZRANGE_ARG
Definition: RegionTIC.hpp:83

§ argsUsage()

static std::vector<std::string> pwiz::analysis::analyzer_strings< RegionTIC >::argsUsage ( )
inlinestatic

Definition at line 85 of file RegionTIC.hpp.

References TABULARCONFIG_DELIMITER_USAGE_STR, and TIC_MZRANGE_ARG.

86  {
87  std::vector<std::string> usage;
88  usage.push_back(TIC_MZRANGE_ARG": set mz range");
89  usage.push_back(TABULARCONFIG_DELIMITER_USAGE_STR);
90  return usage;
91  }
#define TABULARCONFIG_DELIMITER_USAGE_STR
#define TIC_MZRANGE_ARG
Definition: RegionTIC.hpp:83

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