ProteoWizard
|
Implementation of FragmentArrayType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
bool | empty () const |
Public Attributes | |
std::vector< double > | values |
MeasurePtr | measurePtr |
Implementation of FragmentArrayType from the mzIdentML schema.
Contains the types of measures that will be reported in generic arrays for each SpectrumIdentificationItem e.g. product ion m/z, product ion intensity, product ion m/z error
Definition at line 589 of file IdentData.hpp.
bool pwiz::identdata::FragmentArray::empty | ( | ) | const |
std::vector<double> pwiz::identdata::FragmentArray::values |
Definition at line 591 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testFragmentArray().
MeasurePtr pwiz::identdata::FragmentArray::measurePtr |
Definition at line 592 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testFragmentArray().