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