MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLLUT/mlLUTSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00010 //----------------------------------------------------------------------------------
00011 
00012 #ifndef __mlLUTSystem_H
00013 #define __mlLUTSystem_H
00014 
00015 
00016 
00017 //---------------Export from DLL----------------------
00018 // To export classes in this DLL, mark them with the
00019 // MLLUT_EXPORT macro
00020 #ifdef MLLUT_EXPORTS
00021 #define MLLUT_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00022 #else
00023 #define MLLUT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00024 #endif
00025 
00026 
00027 // Common ML includes
00028 #ifndef __mlTypeDefs_H
00029 #include "mlTypeDefs.h"
00030 #endif
00031 
00032 
00033 #endif
00034 // __mlLUTSystem_H