]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
To solve lengthes = 0x(FFFF) related pb
[gdcm.git] / gdcmPython / gdcm.i
index 0f3fea6bf0ce34a9bcf243c0eee059082b739d67..22baf42cbad3d52647c4af34ae4efa76984dd79f 100644 (file)
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 #include "gdcmUtil.h"
+#include "gdcmObject.h"
+#include "gdcmDICOMDIR.h"
+#include "gdcmPatient.h"
+#include "gdcmStudy.h"
+#include "gdcmSerie.h"
+#include "gdcmImage.h"
+
+
 using namespace std;
 
 // Utility functions on strings for removing leading and trailing spaces
@@ -117,3 +125,9 @@ extern gdcmGlobal gdcmGlob;
 %include "gdcmHeaderHelper.h"
 %include "gdcmFile.h"
 %include "gdcmUtil.h"
+%include "gdcmObject.h"
+%include "gdcmDICOMDIR.h"
+%#include "gdcmPatient.h"
+%include "gdcmStudy.h"
+%include "gdcmSerie.h"
+%include "gdcmImage.h"