ProteoWizard
|
http://www.peptideatlas.org/tmp/mzML1.1.0.html#sourceFile More...
#include <Datastructures_mz5.hpp>
Public Member Functions | |
SourceFileMZ5 () | |
SourceFileMZ5 (const SourceFileMZ5 &) | |
SourceFileMZ5 (const pwiz::msdata::SourceFile &, const ReferenceWrite_mz5 &wref) | |
SourceFileMZ5 & | operator= (const SourceFileMZ5 &) |
~SourceFileMZ5 () | |
void | init (const ParamListMZ5 ¶ms, const char *id, const char *location, const char *name) |
pwiz::msdata::SourceFile * | getSourceFile (const ReferenceRead_mz5 &rref) |
Static Public Member Functions | |
static H5::CompType | getType () |
static void | convert (std::vector< SourceFileMZ5 > &, const std::vector< pwiz::msdata::SourceFilePtr > &, const ReferenceWrite_mz5 &wref) |
static void | read (const std::vector< pwiz::msdata::SourceFilePtr > &, const ReferenceWrite_mz5 &wref) |
Public Attributes | |
char * | id |
char * | location |
char * | name |
ParamListMZ5 | paramList |
http://www.peptideatlas.org/tmp/mzML1.1.0.html#sourceFile
Definition at line 320 of file Datastructures_mz5.hpp.
pwiz::msdata::mz5::SourceFileMZ5::SourceFileMZ5 | ( | ) |
pwiz::msdata::mz5::SourceFileMZ5::SourceFileMZ5 | ( | const SourceFileMZ5 & | ) |
pwiz::msdata::mz5::SourceFileMZ5::SourceFileMZ5 | ( | const pwiz::msdata::SourceFile & | , |
const ReferenceWrite_mz5 & | wref | ||
) |
pwiz::msdata::mz5::SourceFileMZ5::~SourceFileMZ5 | ( | ) |
SourceFileMZ5& pwiz::msdata::mz5::SourceFileMZ5::operator= | ( | const SourceFileMZ5 & | ) |
void pwiz::msdata::mz5::SourceFileMZ5::init | ( | const ParamListMZ5 & | params, |
const char * | id, | ||
const char * | location, | ||
const char * | name | ||
) |
pwiz::msdata::SourceFile* pwiz::msdata::mz5::SourceFileMZ5::getSourceFile | ( | const ReferenceRead_mz5 & | rref | ) |
|
static |
|
static |
|
static |
char* pwiz::msdata::mz5::SourceFileMZ5::id |
Definition at line 322 of file Datastructures_mz5.hpp.
char* pwiz::msdata::mz5::SourceFileMZ5::location |
Definition at line 323 of file Datastructures_mz5.hpp.
char* pwiz::msdata::mz5::SourceFileMZ5::name |
Definition at line 324 of file Datastructures_mz5.hpp.
ParamListMZ5 pwiz::msdata::mz5::SourceFileMZ5::paramList |
Definition at line 325 of file Datastructures_mz5.hpp.