]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
* fix GDCM_NOASCII bug... please report your modif in the python part !!!
[gdcm.git] / gdcmPython / gdcm.i
index e230f450fda6d2aa0d32649abf3b83b9eb968891..fb1a016a8db4570248a43f9ccfa27a08a4f69498 100644 (file)
@@ -213,19 +213,14 @@ typedef unsigned long long uint64_t;
 %ignore GDCM_BINLOADED;
 %ignore GDCM_NOTLOADED;
 %ignore GDCM_UNREAD;
+%ignore GDCM_NOTASCII;
 
-%constant const char *UNKNOWN   = "gdcm::Unknown";
-%constant const char *UNFOUND   = "gdcm::Unfound";
-%constant const char *BINLOADED = "gdcm::Binary data loaded";
-%constant const char *NOTLOADED = "gdcm::NotLoaded";
-%constant const char *UNREAD    = "gdcm::UnRead";
-
-/*
-%constant unsigned int LD_ALL         = 0x00000000;
-%constant unsigned int LD_NOSEQ       = 0x00000001;
-%constant unsigned int LD_NOSHADOW    = 0x00000002;
-%constant unsigned int LD_NOSHADOWSEQ = 0x00000004;
-*/
+%constant const char *UNKNOWN       = "gdcm::Unknown";
+%constant const char *UNFOUND       = "gdcm::Unfound";
+%constant const char *BINLOADED     = "gdcm::Binary data loaded";
+%constant const char *NOTLOADED     = "gdcm::NotLoaded";
+%constant const char *UNREAD        = "gdcm::UnRead";
+%constant const char *GDCM_NOTASCII = "gdcm::NotAscii";
 
 ////////////////////////////////////////////////////////////////////////////
 // Warning: Order matters !