]> Creatis software - gdcm.git/commitdiff
Avoid troubles with progress bar.
authorjpr <jpr>
Wed, 30 Nov 2005 11:35:54 +0000 (11:35 +0000)
committerjpr <jpr>
Wed, 30 Nov 2005 11:35:54 +0000 (11:35 +0000)
gdcmPython/gdcm.i

index 87da7195634f175d59d13bc8862cf94928ccaee5..9704d6be2c37bcedef4cbcea73d659b51df52e37 100644 (file)
@@ -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;