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 // Currently we do not allow the dedicated SpectroscopyOutput module. perhaps some time in future.
14 // #define _DDI_ALLOW_SPECT_OUTPUT
15 
17 #ifdef MLDIRECTDICOMIMPORTOUTPUTS_EXPORTS
18  // Use the MLDIRECTDICOMIMPORTOUTPUTS_EXPORT macro to export classes and functions
19  #define MLDIRECTDICOMIMPORTOUTPUTS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
20 #else
21  // If included by external modules, exported symbols are declared as import symbols
22  #define MLDIRECTDICOMIMPORTOUTPUTS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
23 #endif