|
ProteoWizard
|
#include <RegionTIC.hpp>
Public Member Functions | |
| Config (const std::string &args) | |
| bool | operator== (const Config &rhs) |
Public Member Functions inherited from pwiz::analysis::TabularConfig | |
| char | getDelimiterChar () const |
| delimiter between columns (unless set to Delimiter_FixedWidth) More... | |
| std::string | getFileExtension () const |
| bool | checkDelimiter (const std::string &arg) |
| void | copyDelimiterConfig (const TabularConfig &rhs) |
| bool | delim_equal (const TabularConfig &rhs) const |
| bool | operator== (const TabularConfig &rhs) const |
Public Attributes | |
| std::pair< double, double > | mzRange |
Additional Inherited Members | |
Public Types inherited from pwiz::analysis::TabularConfig | |
| enum | Delimiter { Delimiter_FixedWidth, Delimiter_Space, Delimiter_Comma, Delimiter_Tab } |
Protected Member Functions inherited from pwiz::analysis::TabularConfig | |
| TabularConfig () | |
Protected Attributes inherited from pwiz::analysis::TabularConfig | |
| Delimiter | delimiter_ |
Definition at line 44 of file RegionTIC.hpp.
| pwiz::analysis::RegionTIC::Config::Config | ( | const std::string & | args | ) |
|
inline |
Definition at line 49 of file RegionTIC.hpp.
References mzRange.
| std::pair<double,double> pwiz::analysis::RegionTIC::Config::mzRange |
Definition at line 46 of file RegionTIC.hpp.
Referenced by operator==().
1.8.13