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

Description of the way in which a particular software was used. More...

#include <MSData.hpp>

List of all members.

Public Member Functions

 DataProcessing (const std::string &_id="")
bool empty () const
 returns true iff the element contains no params and all members are empty or null

Public Attributes

std::string id
 a unique identifier for this data processing that is unique across all DataProcessingTypes.
std::vector< ProcessingMethodprocessingMethods
 description of the default peak processing method(s). This element describes the base method used in the generation of a particular mzML file. Variable methods should be described in the appropriate acquisition section - if no acquisition-specific details are found, then this information serves as the default.

Detailed Description

Description of the way in which a particular software was used.

Definition at line 271 of file MSData.hpp.


Constructor & Destructor Documentation

pwiz::msdata::DataProcessing::DataProcessing ( const std::string &  _id = "")

Member Function Documentation

bool pwiz::msdata::DataProcessing::empty ( ) const

returns true iff the element contains no params and all members are empty or null


Member Data Documentation

std::string pwiz::msdata::DataProcessing::id

a unique identifier for this data processing that is unique across all DataProcessingTypes.

Definition at line 274 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testDataProcessing().

std::vector<ProcessingMethod> pwiz::msdata::DataProcessing::processingMethods

description of the default peak processing method(s). This element describes the base method used in the generation of a particular mzML file. Variable methods should be described in the appropriate acquisition section - if no acquisition-specific details are found, then this information serves as the default.

Definition at line 277 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testDataProcessing().


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