]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
Avoid troubles with progress bar.
[gdcm.git] / 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;