MeVisLab Toolbox Reference
MLPCLSupportSystem.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code author="Wolf Spindler"
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 
12 #pragma once
13 
14 // DLL export macro definition.
15 #ifdef MLPCLSUPPORT_EXPORTS
17  #define MLPCLSUPPORT_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
18 #else
20  #define MLPCLSUPPORT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
21 #endif
22 
27 #define PCL_NO_PRECOMPILE
28