ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::MassTable Struct Reference

Implementation of MassTableType from the mzIdentML schema. More...

#include <IdentData.hpp>

List of all members.

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

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

Member Function Documentation

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

Member Data Documentation

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().


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