|
ProteoWizard
|
#include <PeptideID.hpp>
Public Member Functions | |
| Location () | |
| Location (std::string nativeID, double retentionTimeSec, double mz) | |
Public Attributes | |
| std::string | nativeID |
| double | mz |
| double | retentionTimeSec |
Definition at line 46 of file PeptideID.hpp.
|
inline |
Definition at line 52 of file PeptideID.hpp.
|
inline |
Definition at line 53 of file PeptideID.hpp.
| std::string pwiz::peptideid::PeptideID::Location::nativeID |
Definition at line 48 of file PeptideID.hpp.
Referenced by pwiz::peptideid::location_less::operator()().
| double pwiz::peptideid::PeptideID::Location::mz |
Definition at line 49 of file PeptideID.hpp.
Referenced by pwiz::peptideid::location_less::operator()().
| double pwiz::peptideid::PeptideID::Location::retentionTimeSec |
Definition at line 50 of file PeptideID.hpp.
Referenced by pwiz::peptideid::location_less::operator()().
1.8.1.1