ProteoWizard
Public Member Functions | Public Attributes
pwiz::analysis::RegionAnalyzer::Config Struct Reference

#include <RegionAnalyzer.hpp>

Inheritance diagram for pwiz::analysis::RegionAnalyzer::Config:
pwiz::analysis::TabularConfig pwiz::analysis::RegionSlice::Config

List of all members.

Public Member Functions

 Config ()
- Public Member Functions inherited from pwiz::analysis::TabularConfig
char getDelimiterChar () const
 delimiter between columns (unless set to Delimiter_FixedWidth)
std::string getFileExtension () const
bool checkDelimiter (const std::string &arg)

Public Attributes

std::pair< double, double > mzRange
std::pair< size_t, size_t > indexRange
std::pair< int, int > scanNumberRange
std::pair< double, double > rtRange
bool dumpRegionData
std::ostream * osDump
std::string filenameSuffix

Additional Inherited Members

- Public Types inherited from pwiz::analysis::TabularConfig
enum  Delimiter { Delimiter_FixedWidth, Delimiter_Space, Delimiter_Comma, Delimiter_Tab }
- Protected Member Functions inherited from pwiz::analysis::TabularConfig
 TabularConfig ()
- Protected Attributes inherited from pwiz::analysis::TabularConfig
Delimiter delimiter_

Detailed Description

Definition at line 44 of file RegionAnalyzer.hpp.


Constructor & Destructor Documentation

pwiz::analysis::RegionAnalyzer::Config::Config ( )

Member Data Documentation

std::pair<double,double> pwiz::analysis::RegionAnalyzer::Config::mzRange

Definition at line 46 of file RegionAnalyzer.hpp.

Referenced by test().

std::pair<size_t,size_t> pwiz::analysis::RegionAnalyzer::Config::indexRange

Definition at line 47 of file RegionAnalyzer.hpp.

Referenced by test().

std::pair<int,int> pwiz::analysis::RegionAnalyzer::Config::scanNumberRange

Definition at line 48 of file RegionAnalyzer.hpp.

Referenced by test().

std::pair<double,double> pwiz::analysis::RegionAnalyzer::Config::rtRange

Definition at line 49 of file RegionAnalyzer.hpp.

Referenced by test().

bool pwiz::analysis::RegionAnalyzer::Config::dumpRegionData

Definition at line 50 of file RegionAnalyzer.hpp.

Referenced by test().

std::ostream* pwiz::analysis::RegionAnalyzer::Config::osDump

Definition at line 51 of file RegionAnalyzer.hpp.

Referenced by test().

std::string pwiz::analysis::RegionAnalyzer::Config::filenameSuffix

Definition at line 52 of file RegionAnalyzer.hpp.


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