]> Creatis software - clitk.git/commitdiff
Check if use system gdcm to include vtkGDCMPolyData
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 06:57:12 +0000 (07:57 +0100)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 30 May 2013 08:32:38 +0000 (10:32 +0200)
common/clitkDicomRT_StructureSet.h

index 99946083f027153a5c0039a290d5719b8e0f6dcb..145e0a0f324d95bd986d604fa21eba7e0fa271b0 100644 (file)
 // vv
 #include "vvImage.h"
 
+// gdcm
+#include "clitkConfiguration.h"
+#if CLITK_USE_SYSTEM_GDCM == 1
+#include <vtkGDCMPolyDataReader.h>
+#include <vtkRTStructSetProperties.h>
+#endif
+
 // gdcm
 #if GDCM_MAJOR_VERSION == 2
 #include "gdcmReader.h"