Go to the documentation of this file.
18 #if !defined(GDCMTYPES_H)
19 #error you need to include gdcmTypes.h instead
23 #if defined(WIN32) && defined(GDCM_BUILD_SHARED_LIBS)
24 #if (defined(gdcmCommon_EXPORTS) || defined(gdcmDICT_EXPORTS) || defined(gdcmDSED_EXPORTS) || defined(gdcmIOD_EXPORTS) || defined(gdcmMSFF_EXPORTS) || defined(gdcmMEXD_EXPORTS)|| defined(_gdcmswig_EXPORTS)) || defined(vtkgdcm_EXPORTS)
25 #define GDCM_EXPORT __declspec( dllexport )
27 #define GDCM_EXPORT __declspec( dllimport )
31 #define GDCM_EXPORT __attribute__ ((visibility ("default")))
32 #define GDCM_LOCAL __attribute__ ((visibility ("hidden")))
46 #if defined(VTK_MAJOR_VERSION) && ( VTK_MAJOR_VERSION == 4 )
48 #define VTK_EXPORT GDCM_EXPORT
57 # pragma warning ( default : 4263 )
60 #pragma warning ( disable : 4251 )
62 #pragma warning ( disable : 4275 )
65 #pragma warning ( disable : 4786 )
67 #pragma warning ( disable : 4503 )
72 #pragma warning ( disable : 4018 )
Generated on Sat Dec 21 2013 05:56:18 for GDCM by
1.8.5