Mass++ mzML IO Plugin v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations
MzmlIOPluginFunctions.h
Go to the documentation of this file.
1 
12 #ifndef __KOME_IO_MZML_IO_PLUGIN_FUNCTIONS_H__
13 #define __KOME_IO_MZML_IO_PLUGIN_FUNCTIONS_H__
14 
15 
16 #ifdef __unix
17  extern "C" {
18 #endif // __unix
19 
20 
27 kome::objects::Variant openMzml( kome::objects::Parameters* params );
28 
35 kome::objects::Variant saveMzml( kome::objects::Parameters* params );
36 
37 #ifdef __unix
38  }
39 #endif // __unix
40 
41 
42 
43 #endif// __KOME_IO_MZML_IO_PLUGIN_FUNCTIONS_H__
kome::objects::Variant saveMzml(kome::objects::Parameters *params)
save mzml file
kome::objects::Variant openMzml(kome::objects::Parameters *params)
open mzml file