ProteoWizard
Public Member Functions | Public Attributes
pwiz::analysis::MSDataAnalyzer::DataInfo Struct Reference

information about the data to be analyzed More...

#include <MSDataAnalyzer.hpp>

List of all members.

Public Member Functions

 DataInfo (const MSData &_msd)

Public Attributes

const MSDatamsd
std::string sourceFilename
std::string outputDirectory
std::ostream * log

Detailed Description

information about the data to be analyzed

Definition at line 64 of file MSDataAnalyzer.hpp.


Constructor & Destructor Documentation

pwiz::analysis::MSDataAnalyzer::DataInfo::DataInfo ( const MSData _msd)
inline

Definition at line 71 of file MSDataAnalyzer.hpp.

: msd(_msd), log(0) {}

Member Data Documentation

const MSData& pwiz::analysis::MSDataAnalyzer::DataInfo::msd

Definition at line 66 of file MSDataAnalyzer.hpp.

std::string pwiz::analysis::MSDataAnalyzer::DataInfo::sourceFilename

Definition at line 67 of file MSDataAnalyzer.hpp.

std::string pwiz::analysis::MSDataAnalyzer::DataInfo::outputDirectory

Definition at line 68 of file MSDataAnalyzer.hpp.

std::ostream* pwiz::analysis::MSDataAnalyzer::DataInfo::log

Definition at line 69 of file MSDataAnalyzer.hpp.


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