|
ProteoWizard
|
Implementation of EnzymesType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| bool | empty () const |
Public Attributes | |
| boost::logic::tribool | independent |
| std::vector< EnzymePtr > | enzymes |
Implementation of EnzymesType from the mzIdentML schema.
The list of enzymes used in experiment.
Definition at line 431 of file IdentData.hpp.
| bool pwiz::identdata::Enzymes::empty | ( | ) | const |
Referenced by pwiz::identdata::TextWriter::operator()().
| boost::logic::tribool pwiz::identdata::Enzymes::independent |
Definition at line 433 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), testEnzymes(), and testSpectrumIdentificationProtocol().
| std::vector<EnzymePtr> pwiz::identdata::Enzymes::enzymes |
Definition at line 435 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), stripUnmappedMetadata(), testEnzymes(), and testSpectrumIdentificationProtocol().
1.8.1.1