ProteoWizard
Public Member Functions | Public Attributes
pwiz::msdata::Product Struct Reference

product ion information More...

#include <MSData.hpp>

List of all members.

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.

Detailed Description

product ion information

Definition at line 345 of file MSData.hpp.


Member Function Documentation

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


Member Data Documentation

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


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