From 07112c72cc216357f1afc204d4f7c8fd83244c0a Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 31 Jan 2006 11:26:08 +0000 Subject: [PATCH] Forgot to commit the Python part for GDCM_FILESEPARATOR --- gdcmPython/gdcm.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.45.1