]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
export from storage to storage functionality
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index ed6d31f734750280d6409f7e3608165419676351..0510c1742e1ada032b8b8a21407b3e3b4598a2b9 100644 (file)
@@ -94,6 +94,14 @@ namespace creaImageIO
          virtual void CreateEditFieldsDialog(tree::Node* node, std::vector<std::string> names, std::vector<std::string> keys)
          { GimmickError("INTERNAL ERROR : EditFields not implemented"); }
       
+         /// Display all Dicom Tags
+         virtual void DumpTags(const std::string filename)
+         {GimmickError("INTERNAL ERROR : DumpTags not implemented"); }
+         
+           ///Edits the fields of a given node
+         virtual void ExportToStorage(const std::vector<std::string> keys)
+         { GimmickError("INTERNAL ERROR : ExportToStorage not implemented"); }
+      
           ///Copies selected files
          virtual void SaveAs(const std::vector<std::string>& filenames)
          { GimmickError("INTERNAL ERROR : SaveAs not implemented"); }