|
ProteoWizard
|
#include <RegionSIC.hpp>
Public Types | |
| enum | RadiusUnits { RadiusUnits_Unknown, RadiusUnits_amu, RadiusUnits_ppm } |
Public Types inherited from pwiz::analysis::TabularConfig | |
| enum | Delimiter { Delimiter_FixedWidth, Delimiter_Space, Delimiter_Comma, Delimiter_Tab } |
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 | |
| double | mzCenter |
| double | radius |
| RadiusUnits | radiusUnits |
Additional Inherited Members | |
Protected Member Functions inherited from pwiz::analysis::TabularConfig | |
| TabularConfig () | |
Protected Attributes inherited from pwiz::analysis::TabularConfig | |
| Delimiter | delimiter_ |
Definition at line 44 of file RegionSIC.hpp.
| Enumerator | |
|---|---|
| RadiusUnits_Unknown | |
| RadiusUnits_amu | |
| RadiusUnits_ppm | |
Definition at line 48 of file RegionSIC.hpp.
| pwiz::analysis::RegionSIC::Config::Config | ( | const std::string & | args | ) |
|
inline |
| double pwiz::analysis::RegionSIC::Config::mzCenter |
Definition at line 46 of file RegionSIC.hpp.
Referenced by operator==().
| double pwiz::analysis::RegionSIC::Config::radius |
Definition at line 47 of file RegionSIC.hpp.
Referenced by operator==().
| RadiusUnits pwiz::analysis::RegionSIC::Config::radiusUnits |
Definition at line 49 of file RegionSIC.hpp.
Referenced by operator==().