ProteoWizard
Namespaces | Functions
References.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include "MSData.hpp"

Go to the source code of this file.

Namespaces

namespace  pwiz
 AMTContainer.hpp.
namespace  pwiz::msdata
namespace  pwiz::msdata::References
 functions for resolving references from objects into the internal MSData lists

Functions

PWIZ_API_DECL void pwiz::msdata::References::resolve (ParamContainer &paramContainer, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (FileDescription &fileDescription, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (ComponentList &componentList, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (InstrumentConfiguration &instrumentConfiguration, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (ProcessingMethod &processingMethod, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (DataProcessing &dataProcesssing, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (ScanSettings &dataProcesssing, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Precursor &precursor, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Product &product, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Scan &scan, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (ScanList &List, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (BinaryDataArray &binaryDataArray, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Spectrum &spectrum, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Chromatogram &chromatogram, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (Run &run, const MSData &msd)
PWIZ_API_DECL void pwiz::msdata::References::resolve (MSData &msd)
 Resolve internal references in an MSData object.