ProteoWizard
Public Member Functions | Public Attributes | Private Member Functions
pwiz::data::peakdata::FeatureFile Struct Reference

#include <PeakData.hpp>

List of all members.

Public Member Functions

 FeatureFile ()
void write (pwiz::minimxml::XMLWriter &xmlWriter) const
void read (std::istream &is)

Public Attributes

std::vector< FeaturePtrfeatures

Private Member Functions

 FeatureFile (FeatureFile &)
FeatureFile operator= (FeatureFile &)

Detailed Description

Definition at line 312 of file PeakData.hpp.


Constructor & Destructor Documentation

pwiz::data::peakdata::FeatureFile::FeatureFile ( )
inline

Definition at line 314 of file PeakData.hpp.

{}
pwiz::data::peakdata::FeatureFile::FeatureFile ( FeatureFile )
private

Member Function Documentation

void pwiz::data::peakdata::FeatureFile::write ( pwiz::minimxml::XMLWriter xmlWriter) const

Referenced by test().

void pwiz::data::peakdata::FeatureFile::read ( std::istream &  is)
FeatureFile pwiz::data::peakdata::FeatureFile::operator= ( FeatureFile )
private

Member Data Documentation

std::vector<FeaturePtr> pwiz::data::peakdata::FeatureFile::features

Definition at line 315 of file PeakData.hpp.

Referenced by test().


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