MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLPointCloudUtils/MLPointCloudUtilsSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 
00003 
00004 #ifndef __MLPointCloudUtilsSystem_H
00005 #define __MLPointCloudUtilsSystem_H
00006 
00007 #include "mlTypeDefs.h"
00008 
00009 // DLL export macro definition
00010 #ifdef MLPOINTCLOUDUTILS_EXPORTS
00011   // Use the MLLINERESAMPLE_EXPORT macro to export classes and functions
00012   #define MLPOINTCLOUDUTILS_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00013 #else
00014   // If included by external modules, exported symbols are declared as import symbols
00015   #define MLPOINTCLOUDUTILS_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00016 #endif
00017 
00018 #include <vector>
00019 #include <string>
00020 
00021 #endif // __MLPointCloudUtilsSystem_H
00022 
00023