MeVisLab Toolbox Reference
MarkerConversionSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 
12 
13 #ifndef __MLMarkerConversionSystem_H
14 #define __MLMarkerConversionSystem_H
15 
16 
17 // DLL export macro definition
18 #ifdef MARKERCONVERSION_EXPORTS
19  // Use the MARKERCONVERSION_EXPORT macro to export classes and functions
20  #define MARKERCONVERSION_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
21 #else
22  // If included by external modules, exported symbols are declared as import symbols
23  #define MARKERCONVERSION_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
24 #endif
25 
26 
27 #endif // __MLMarkerConversionSystem_H
28 
29