ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::DataProcessing Struct Reference

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

#include <MSData.hpp>

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 More...
 

Public Attributes

std::string id
 a unique identifier for this data processing that is unique across all DataProcessingTypes. More...
 
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. More...
 

Detailed Description

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

Definition at line 272 of file MSData.hpp.

Constructor & Destructor Documentation

§ DataProcessing()

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

Member Function Documentation

§ empty()

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

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

Member Data Documentation

§ id

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

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

Definition at line 275 of file MSData.hpp.

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

§ processingMethods

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 278 of file MSData.hpp.

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


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