|
ProteoWizard
|
Classes | |
| struct | Peak |
| struct | HandlerPeak |
| struct | PeakFamily |
| struct | Scan |
| struct | Software |
| struct | PeakData |
| struct | Peakel |
| struct for an eluted peak (PEAK ELution) More... | |
| struct | HandlerPeakel |
| struct | Feature |
| struct | HandlerFeature |
| struct | FeatureFile |
Typedefs | |
| typedef boost::shared_ptr< Peakel > | PeakelPtr |
| 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 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.
| 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 | ||
| ) |
| 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.
1.8.1.1