ProteoWizard
|
product ion information More...
#include <MSData.hpp>
Public Member Functions | |
bool | empty () const |
returns true iff the element contains no params and all members are empty or null | |
bool | operator== (const Product &that) const |
returns true iff this product's isolation window is equal to that product's |
Public Attributes | |
IsolationWindow | isolationWindow |
this element captures the isolation (or 'selection') window configured to isolate one or more precursors. |
product ion information
Definition at line 345 of file MSData.hpp.
bool pwiz::msdata::Product::empty | ( | ) | const |
returns true iff the element contains no params and all members are empty or null
bool pwiz::msdata::Product::operator== | ( | const Product & | that | ) | const |
returns true iff this product's isolation window is equal to that product's
IsolationWindow pwiz::msdata::Product::isolationWindow |
this element captures the isolation (or 'selection') window configured to isolate one or more precursors.
Definition at line 348 of file MSData.hpp.
Referenced by pwiz::msdata::TextWriter::operator()(), and testProduct().