ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::analyzer_strings< RegionTIC > Struct 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

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.

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

References TABULARCONFIG_DELIMITER_OPTIONS_STR, and TIC_MZRANGE_ARG.

◆ argsUsage()

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

Definition at line 85 of file RegionTIC.hpp.

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

References TABULARCONFIG_DELIMITER_USAGE_STR, and TIC_MZRANGE_ARG.


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