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

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
 

Detailed Description

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.

Member Function Documentation

§ empty()

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

Member Data Documentation

§ values

std::vector<double> pwiz::identdata::FragmentArray::values

Definition at line 591 of file IdentData.hpp.

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

§ measurePtr

MeasurePtr pwiz::identdata::FragmentArray::measurePtr

Definition at line 592 of file IdentData.hpp.

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


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