]> Creatis software - gdcm.git/commitdiff
Forgot to commit the Python part for GDCM_FILESEPARATOR
authorjpr <jpr>
Tue, 31 Jan 2006 11:26:08 +0000 (11:26 +0000)
committerjpr <jpr>
Tue, 31 Jan 2006 11:26:08 +0000 (11:26 +0000)
gdcmPython/gdcm.i

index 5f580997f7c5e8cd74742ed2609908460c30606e..1e63ca139b54a9b773938597c174a147b44786a3 100644 (file)
@@ -159,6 +159,7 @@ typedef unsigned long long uint64_t;
 %ignore GDCM_PIXELDATA;
 %ignore GDCM_LEGACY;
 %ignore GDCM_VRUNKNOWN;
+%ignore GDCM_FILESEPARATOR;
 
 %constant const char *UNKNOWN        = "gdcm::Unknown";
 %constant const char *UNFOUND        = "gdcm::Unfound";
@@ -168,7 +169,7 @@ typedef unsigned long long uint64_t;
 %constant const char *GDCM_NOTASCII  = "gdcm::NotAscii";
 %constant const char *GDCM_PIXELDATA = "gdcm::Pixel Data to be loaded";
 %constant const char *VRUNKNOWN      = "  ";
-
+%constant const char GDCM_FILESEPARATOR = '\\';
 ////////////////////////////////////////////////////////////////////////////
 // Warning: Order matters !
 %include "gdcmCommon.h"