Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
DataObjects.h
Go to the documentation of this file.
1 
12 #ifndef __KOME_OBJECTS_DATA_OBJECTS_H__
13 #define __KOME_OBJECTS_DATA_OBJECTS_H__
14 
15 
16 //
17 // macros
18 //
19 
20 #ifdef _MSC_VER
21  #define DATA_OBJECTS_CLASS __declspec(dllimport)
22 #else
23  #define DATA_OBJECTS_CLASS
24 #endif // _MSC_VER
25 
26 
27 //
28 // includes
29 //
30 
32 #include "DataObjects/Variant.h"
34 #include "DataObjects/Parameters.h"
36 #include "DataObjects/SampleSet.h"
37 #include "DataObjects/Sample.h"
38 #include "DataObjects/Spectrum.h"
39 #include "DataObjects/DataSet.h"
41 #include "DataObjects/Peaks.h"
58 #include "DataObjects/Peaks2D.h"
61 #include "DataObjects/SampleReader.h" // 2012/07/19 <Add> OKADA
62 #include "DataObjects/Script.h" // @Date:2013/07/24 <Add> A.Ozaki
63 
64 #endif // __KOME_OBJECTS_DATA_OBJECTS_H__
interfaces of ActiveObjectsManager class
interfaces of StatusManager class
interfaces of PointsManager class
interfaces of Chromatogram class
DataObjects library common type.
interfaces of Peaks2DArray class
interfaces of PeaksManager class
interfaces of MsDataVariant class
interfaces of Overlapping Chromatogram class
interfaces of Variant class
interfaces of Peaks2D class
interfaces of SampleSet class
interfarces of Script class
interfaces of DefaultDataManager class
interfaces of Spectrum class
interfaces of XYDataOperation class
interfaces of AveragedSpectrum class
interfaces of Peak2DElement class
interfaces of DataGroupNode class
interfaces of Sample class
interfaces of Peaks class
interfaces of DataSet class
interfaces of SettingParameterValues class
interfaces of GraphInfo class
interfaces of PeakElement class
interfaces of SpectraChromatogram class
interfaces of OverlappingSpectrum class
interfaces of DataMapManager class
Sample Reader.
interfaces of DataManager class
interfaces of PeaksCluster2D class
interfaces of Parameters class