|
ProteoWizard
|
#include <PeptideID.hpp>
Public Member Functions | |
| Record () | |
| Record (const Record &record) | |
Public Attributes | |
| std::string | nativeID |
| std::string | sequence |
| std::string | protein_descr |
| double | mz |
| double | retentionTimeSec |
| double | normalizedScore |
Definition at line 58 of file PeptideID.hpp.
|
inline |
Definition at line 67 of file PeptideID.hpp.
|
inline |
Definition at line 68 of file PeptideID.hpp.
| std::string pwiz::peptideid::PeptideID::Record::nativeID |
Definition at line 60 of file PeptideID.hpp.
Referenced by pwiz::peptideid::nativeID_less::operator()(), test(), testFilename(), testIStream(), and testMSInspectIStream().
| std::string pwiz::peptideid::PeptideID::Record::sequence |
Definition at line 61 of file PeptideID.hpp.
Referenced by test(), testFilename(), testIStream(), and testMSInspectIStream().
| std::string pwiz::peptideid::PeptideID::Record::protein_descr |
Definition at line 62 of file PeptideID.hpp.
| double pwiz::peptideid::PeptideID::Record::mz |
Definition at line 63 of file PeptideID.hpp.
| double pwiz::peptideid::PeptideID::Record::retentionTimeSec |
Definition at line 64 of file PeptideID.hpp.
| double pwiz::peptideid::PeptideID::Record::normalizedScore |
Definition at line 65 of file PeptideID.hpp.
Referenced by test(), testFilename(), testIStream(), and testMSInspectIStream().
1.8.13