From: jpr Date: Wed, 30 Nov 2005 11:35:54 +0000 (+0000) Subject: Avoid troubles with progress bar. X-Git-Tag: Version1.3~6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0e884b2444187f433b5119f2118f7e285e1bf547;p=gdcm.git Avoid troubles with progress bar. --- diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 87da7195..9704d6be 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -154,6 +154,10 @@ typedef unsigned long long uint64_t; %ignore gdcm::DicomDir::SetProgressMethod(DicomDir::Method *method,void *arg = NULL); %ignore gdcm::DicomDir::SetEndMethod(DicomDir::Method *method,void *arg = NULL); +%ignore gdcm::FileHelper::SetStartMethod(FileHelper::Method *method,void *arg = NULL); +%ignore gdcm::FileHelper::SetProgressMethod(FileHelper::Method *method,void *arg = NULL); +%ignore gdcm::FileHelper::SetEndMethod(FileHelper::Method *method,void *arg = NULL); + // Ignore all placed in gdcmCommon.h %ignore GDCM_UNKNOWN; %ignore GDCM_UNFOUND;