From 0e884b2444187f433b5119f2118f7e285e1bf547 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 30 Nov 2005 11:35:54 +0000 Subject: [PATCH] Avoid troubles with progress bar. --- gdcmPython/gdcm.i | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.45.1