MeVisLabToolboxReference
FMEwork/VTK/Sources/VTK/MLVTK/VTKSupport/mlInitSystemVTKSupport.h File Reference

Only for automatically generated toolkit modules: File to define library specific stuff, to solve system dependencies and which therefore should be included first in all files of this library. More...

Go to the source code of this file.

Defines

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

Detailed Description

Only for automatically generated toolkit modules: File to define library specific stuff, to solve system dependencies and which therefore should be included first in all files of this library.

Author:
Wolf Spindler
Date:
10/2004

Definition in file mlInitSystemVTKSupport.h.


Define Documentation

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

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