MeVisLab Toolbox Reference
MLMultiFileVolumeListOutputsSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 #pragma once
12 
13 #include <FMEGlobalSystemDefs.h>
14 
15 // Currently we do not allow the dedicated SpectroscopyOutput module. perhaps some time in future.
16 // #define _DDI_ALLOW_SPECT_OUTPUT
17 
19 #ifdef MLDIRECTDICOMIMPORTOUTPUTS_EXPORTS
20  // Use the MLDIRECTDICOMIMPORTOUTPUTS_EXPORT macro to export classes and functions
21  #define MLDIRECTDICOMIMPORTOUTPUTS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
22 #else
23  // If included by external modules, exported symbols are declared as import symbols
24  #define MLDIRECTDICOMIMPORTOUTPUTS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
25 #endif
26