implements of MzmlIO plug-in function More...
#include "stdafx.h"#include "MzmlIOPluginFunctions.h"#include "MzmlSample.h"#include "MzmlManager.h"#include "MzmlSampleSet.h"#include <crtdbg.h>
Go to the source code of this file.
Macros | |
| #define | DATA_STATUS "data_status" |
Functions | |
| kome::objects::Variant | openMzml (kome::objects::Parameters *params) |
| open mzml file More... | |
| kome::objects::Variant | saveMzml (kome::objects::Parameters *params) |
| save mzml file More... | |
implements of MzmlIO plug-in function
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file MzmlIOPluginFunctions.cpp.
| kome::objects::Variant openMzml | ( | kome::objects::Parameters * | params | ) |
open mzml file
| params | parameters object. (This object has path information.) |
Definition at line 33 of file MzmlIOPluginFunctions.cpp.
| kome::objects::Variant saveMzml | ( | kome::objects::Parameters * | params | ) |
save mzml file
| params | parameters object. (This object has spectrum group and path information.) |
Definition at line 55 of file MzmlIOPluginFunctions.cpp.

1.8.6