ProteoWizard
|
#include <RegionTIC.hpp>
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 | |
std::pair< double, double > | mzRange |
Additional Inherited Members | |
![]() | |
enum | Delimiter { Delimiter_FixedWidth, Delimiter_Space, Delimiter_Comma, Delimiter_Tab } |
![]() | |
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==().