From: jpr Date: Tue, 31 Jan 2006 11:26:08 +0000 (+0000) Subject: Forgot to commit the Python part for GDCM_FILESEPARATOR X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=07112c72cc216357f1afc204d4f7c8fd83244c0a;p=gdcm.git Forgot to commit the Python part for GDCM_FILESEPARATOR --- diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 5f580997..1e63ca13 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -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"