MeVisLabToolboxReference
FMEwork/ITK/Sources/ITK/MLITK/ITKSupport/mlInitSystemITKSupport.h File Reference

File to defines 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 ITKML_TYPENAME
 Define it empty. In some cases VC++6 does not accept "typename" where non WIN32 compilers do.
#define MLITK_SUPPORT_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE
 When included by other libraries MLITK_SUPPORT_EXPORT is compiled as import symbol.

Detailed Description

File to defines 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 mlInitSystemITKSupport.h.


Define Documentation

#define ITKML_TYPENAME

Define it empty. In some cases VC++6 does not accept "typename" where non WIN32 compilers do.

Definition at line 38 of file mlInitSystemITKSupport.h.

Referenced by ml::processDataWithITKFilterAndFillOutSubImg().

#define MLITK_SUPPORT_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE

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

Definition at line 56 of file mlInitSystemITKSupport.h.