ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::MassTable Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

§ MassTable()

pwiz::identdata::MassTable::MassTable ( const std::string  id = "")

Member Function Documentation

§ empty()

bool pwiz::identdata::MassTable::empty ( ) const

Member Data Documentation

§ id

std::string pwiz::identdata::MassTable::id

Definition at line 484 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().

§ msLevel

std::vector<int> pwiz::identdata::MassTable::msLevel

Definition at line 485 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().

§ residues

std::vector<ResiduePtr> pwiz::identdata::MassTable::residues

Definition at line 487 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().

§ ambiguousResidue

std::vector<AmbiguousResiduePtr> pwiz::identdata::MassTable::ambiguousResidue

Definition at line 488 of file IdentData.hpp.

Referenced by pwiz::identdata::TextWriter::operator()(), and testMassTable().


The documentation for this struct was generated from the following file: