MeVisLab Toolbox Reference
MLPCLSupportSystem.h File Reference

Project global and OS specific declarations. More...

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. More...
 
#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. More...
 

Detailed Description

Project global and OS specific declarations.

Author
"Wolf Spindler"
Date
2015-12-17

Definition in file MLPCLSupportSystem.h.

Macro Definition Documentation

◆ MLPCLSUPPORT_EXPORT

#define MLPCLSUPPORT_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE

If included by external modules, exported symbols are declared as import symbols.

Definition at line 20 of file MLPCLSupportSystem.h.

◆ PCL_NO_PRECOMPILE

#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 27 of file MLPCLSupportSystem.h.