|
OpenMS
2.5.0
|
String name
name of the parameter (internal and external)
Definition: ParameterInformation.h:69
ParameterTypes type
type of the parameter
Definition: ParameterInformation.h:71
double min_float
Definition: ParameterInformation.h:90
Left aligned text, see addText_.
Definition: ParameterInformation.h:64
String description
description of the parameter
Definition: ParameterInformation.h:75
Parameter without argument.
Definition: ParameterInformation.h:63
DataValue default_value
default value of the parameter stored as string
Definition: ParameterInformation.h:73
String parameter.
Definition: ParameterInformation.h:53
More than one String Parameter.
Definition: ParameterInformation.h:60
Struct that captures all information of a command line parameter.
Definition: ParameterInformation.h:47
Int min_int
Definition: ParameterInformation.h:88
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
String argument
argument in the description
Definition: ParameterInformation.h:77
String parameter that denotes an output file.
Definition: ParameterInformation.h:55
bool required
flag that indicates if this parameter is required i.e. it must differ from the default value
Definition: ParameterInformation.h:79
ParameterTypes
Parameter types.
Definition: ParameterInformation.h:50
More than one Integer Parameter.
Definition: ParameterInformation.h:59
Int max_int
Definition: ParameterInformation.h:89
Integer parameter.
Definition: ParameterInformation.h:57
std::vector< String > valid_strings
Definition: ParameterInformation.h:87
More than one String Parameter that denotes output files.
Definition: ParameterInformation.h:62
A more convenient string class.
Definition: String.h:58
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:56
String parameter that denotes an input file.
Definition: ParameterInformation.h:54
bool advanced
flag the indicates that the parameter is advanced (this is used for writing the INI file only)
Definition: ParameterInformation.h:81
More than one String Parameter.
Definition: ParameterInformation.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Floating point number parameter.
Definition: ParameterInformation.h:56
More than one String Parameter that denotes input files.
Definition: ParameterInformation.h:61
StringList tags
StringList for special tags.
Definition: ParameterInformation.h:83
double max_float
Definition: ParameterInformation.h:91