|
ProteoWizard
|
#include <MinimumPepXML.hpp>
Public Member Functions | |
| Q3RatioResult () | |
| void | write (XMLWriter &writer) const |
| void | read (std::istream &is) |
| bool | operator== (const Q3RatioResult &that) const |
| bool | operator!= (const Q3RatioResult &that) const |
Public Attributes | |
| int | lightFirstScan |
| int | lightLastScan |
| double | lightMass |
| int | heavyFirstScan |
| int | heavyLastScan |
| double | heavyMass |
| double | lightArea |
| double | heavyArea |
| double | q2LightArea |
| double | q2HeavyArea |
| double | decimalRatio |
Definition at line 131 of file MinimumPepXML.hpp.
|
inline |
Definition at line 133 of file MinimumPepXML.hpp.
| void pwiz::data::pepxml::Q3RatioResult::write | ( | XMLWriter & | writer | ) | const |
Referenced by testQ3RatioResult().
| void pwiz::data::pepxml::Q3RatioResult::read | ( | std::istream & | is | ) |
Referenced by testQ3RatioResult().
| bool pwiz::data::pepxml::Q3RatioResult::operator== | ( | const Q3RatioResult & | that | ) | const |
| bool pwiz::data::pepxml::Q3RatioResult::operator!= | ( | const Q3RatioResult & | that | ) | const |
| int pwiz::data::pepxml::Q3RatioResult::lightFirstScan |
Definition at line 135 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| int pwiz::data::pepxml::Q3RatioResult::lightLastScan |
Definition at line 136 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::lightMass |
Definition at line 137 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| int pwiz::data::pepxml::Q3RatioResult::heavyFirstScan |
Definition at line 138 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| int pwiz::data::pepxml::Q3RatioResult::heavyLastScan |
Definition at line 139 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::heavyMass |
Definition at line 140 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::lightArea |
Definition at line 141 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::heavyArea |
Definition at line 142 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::q2LightArea |
Definition at line 143 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::q2HeavyArea |
Definition at line 144 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
| double pwiz::data::pepxml::Q3RatioResult::decimalRatio |
Definition at line 145 of file MinimumPepXML.hpp.
Referenced by makeQ3RatioResult().
1.8.1.1