| 
    ProteoWizard
    
   | 
 
Implementation of MassTableType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| MassTable (const std::string id="") | |
| bool | empty () const | 
Public Attributes | |
| std::string | id | 
| std::vector< int > | msLevel | 
| std::vector< ResiduePtr > | residues | 
| std::vector< AmbiguousResiduePtr > | ambiguousResidue | 
Implementation of MassTableType from the mzIdentML schema.
Ambiguous residues e.g. X can be specified by the Code attribute and a set of parameters for example giving the different masses that will be used in the search.
Definition at line 480 of file IdentData.hpp.
| pwiz::identdata::MassTable::MassTable | ( | const std::string | id = "" | ) | 
| bool pwiz::identdata::MassTable::empty | ( | ) | const | 
| std::string pwiz::identdata::MassTable::id | 
Definition at line 484 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().
| std::vector<int> pwiz::identdata::MassTable::msLevel | 
Definition at line 485 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().
| std::vector<ResiduePtr> pwiz::identdata::MassTable::residues | 
Definition at line 487 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().
| std::vector<AmbiguousResiduePtr> pwiz::identdata::MassTable::ambiguousResidue | 
Definition at line 488 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().
 1.8.1.1