MeVisLab Toolbox Reference
mlInitSystemVTKSupport.h File Reference

Go to the source code of this file.

Macros

#define VTKML_TYPENAME
 Define a platform dependent typename macro. More...
 
#define MLVTK_SUPPORT_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE
 When included by other libraries MLVTK_SUPPORT_EXPORT is compiled as import symbol. More...
 

Macro Definition Documentation

◆ MLVTK_SUPPORT_EXPORT

#define MLVTK_SUPPORT_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE

When included by other libraries MLVTK_SUPPORT_EXPORT is compiled as import symbol.

Definition at line 55 of file mlInitSystemVTKSupport.h.

◆ VTKML_TYPENAME

#define VTKML_TYPENAME

Define a platform dependent typename macro.

In some cases VC++6 does not accept "typename" where non WIN32 compilers do. There we use this macro to solve this platform dependency.

Definition at line 37 of file mlInitSystemVTKSupport.h.