MeVisLab Toolbox Reference
|
Project global and OS specific declarations. More...
#include <FMEGlobalSystemDefs.h>
Go to the source code of this file.
Macros | |
#define | MLPCLSUPPORT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE |
If included by external modules, exported symbols are declared as import symbols. | |
#define | PCL_NO_PRECOMPILE |
The PCL in MeVisLab does have precompile types which means that each code must explicitly compile its needed algorithms for the required types. | |
Project global and OS specific declarations.
Definition in file MLPCLSupportSystem.h.
#define MLPCLSUPPORT_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE |
If included by external modules, exported symbols are declared as import symbols.
Definition at line 21 of file MLPCLSupportSystem.h.
#define PCL_NO_PRECOMPILE |
The PCL in MeVisLab does have precompile types which means that each code must explicitly compile its needed algorithms for the required types.
Therefore we this define which enables the inclusion of .hpp files in algorithms where this is not included by default.
Definition at line 28 of file MLPCLSupportSystem.h.