ProteoWizard
Classes | Typedefs | Functions | Variables
pwiz::data::peakdata Namespace Reference

Classes

struct  Feature
 
struct  FeatureFile
 
struct  HandlerFeature
 
struct  HandlerPeak
 
struct  HandlerPeakel
 
struct  Peak
 
struct  PeakData
 
struct  Peakel
 struct for an eluted peak (PEAK ELution) More...
 
struct  PeakFamily
 
struct  Scan
 
struct  Software
 

Typedefs

typedef boost::shared_ptr< PeakelPeakelPtr
 
typedef boost::shared_ptr
< Feature
FeaturePtr
 

Functions

PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const Peak &peak)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, Peak &peak)
 
PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const PeakFamily &peakFamily)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, PeakFamily &peakFamily)
 
PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const Scan &scan)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, Scan &scan)
 
PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const PeakData &pd)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, PeakData &pd)
 
PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const Peakel &peakel)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, Peakel &peakel)
 
PWIZ_API_DECL std::ostream & operator<< (std::ostream &os, const Feature &feature)
 
PWIZ_API_DECL std::istream & operator>> (std::istream &is, Feature &feature)
 

Variables

const int PeakDataFormatVersion_Major = 1
 
const int PeakDataFormatVersion_Minor = 1
 

Typedef Documentation

typedef boost::shared_ptr<Peakel> pwiz::data::peakdata::PeakelPtr

Definition at line 242 of file PeakData.hpp.

typedef boost::shared_ptr<Feature> pwiz::data::peakdata::FeaturePtr

Definition at line 292 of file PeakData.hpp.

Function Documentation

PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const Peak &  peak 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
Peak &  peak 
)
PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const PeakFamily &  peakFamily 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
PeakFamily &  peakFamily 
)
PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const Scan &  scan 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
Scan &  scan 
)
PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const PeakData &  pd 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
PeakData &  pd 
)
PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const Peakel &  peakel 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
Peakel &  peakel 
)
PWIZ_API_DECL std::ostream& pwiz::data::peakdata::operator<< ( std::ostream &  os,
const Feature &  feature 
)
PWIZ_API_DECL std::istream& pwiz::data::peakdata::operator>> ( std::istream &  is,
Feature &  feature 
)

Variable Documentation

const int pwiz::data::peakdata::PeakDataFormatVersion_Major = 1

Definition at line 48 of file PeakData.hpp.

const int pwiz::data::peakdata::PeakDataFormatVersion_Minor = 1

Definition at line 49 of file PeakData.hpp.