Go to the documentation of this file.
18 #if !defined(GDCMTYPES_H)
19 #error you need to include gdcmTypes.h instead
22 #if defined(WIN32) && defined(GDCM_BUILD_SHARED_LIBS)
23 #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)
24 #define GDCM_EXPORT __declspec( dllexport )
26 #define GDCM_EXPORT __declspec( dllimport )
40 #if defined(VTK_MAJOR_VERSION) && ( VTK_MAJOR_VERSION == 4 )
42 #define VTK_EXPORT GDCM_EXPORT
51 # pragma warning ( default : 4263 )
54 #pragma warning ( disable : 4251 )
56 #pragma warning ( disable : 4275 )
59 #pragma warning ( disable : 4786 )
61 #pragma warning ( disable : 4503 )
66 #pragma warning ( disable : 4018 )
Generated on Wed Jun 13 2012 20:40:37 for GDCM by
1.8.1