]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
* Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
[gdcm.git] / gdcmPython / gdcm.i
index bb21af1be49a10ff9c3c23ef2ac41494eb30f819..b4d735b5bdc572a16045f1f26e8623bde661c197 100644 (file)
@@ -220,6 +220,11 @@ typedef unsigned long long uint64_t;
 %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;*/
+
 ////////////////////////////////////////////////////////////////////////////
 // Warning: Order matters !
 %include "gdcmCommon.h"