]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOGimmickView.h
allow data anonymization
[creaImageIO.git] / src / creaImageIOGimmickView.h
index d41ea1a6e2cf2f6c73c707db58bc5f361b29c614..fb9f17738ec4bc6e5b6623ca49a796e45dcab3bd 100644 (file)
@@ -12,8 +12,8 @@
 #include <creaImageIOMultiThreadImageReader.h>
 #endif
 
-#if defined(USE_QT4)
-#include <creaImageIOQMultiThreadImageReader.h>
+#if defined(USE_QT)
+#include "Qt/creaImageIOQMultiThreadImageReader.h"
 #endif
 
 
@@ -112,8 +112,7 @@ namespace creaImageIO
          { GimmickError("INTERNAL ERROR : EditFields not implemented"); }
       
          /// Anonymize or de-anonymize data
-         virtual void Anonymize(std::vector<std::string> i_filenames, int type)
-         { GimmickError("INTERNAL ERROR : Anonymize not implemented"); }
+         void Anonymize(std::vector<std::string> i_filenames, int type);
 
          /// Display all Dicom Tags
          virtual void DumpTags(const std::string filename)
@@ -196,6 +195,8 @@ namespace creaImageIO
        void readImages(std::vector<OutStrGimmick>& o_output, std::vector<std::string> im,
                         OutputAttr i_attr, int i_dim, double i_zspc);
                        bool isSingle(const std::string i_file);
+
+       void stopReader();
     private: