ProteoWizard
|
#include <RegionSIC.hpp>
Public Types | |
enum | RadiusUnits { RadiusUnits_Unknown, RadiusUnits_amu, RadiusUnits_ppm } |
![]() | |
enum | Delimiter { Delimiter_FixedWidth, Delimiter_Space, Delimiter_Comma, Delimiter_Tab } |
Public Member Functions | |
Config (const std::string &args) | |
bool | operator== (const Config &rhs) |
![]() | |
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 | |
![]() | |
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 |
Definition at line 53 of file RegionSIC.hpp.
References mzCenter, radius, and radiusUnits.
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==().