X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOGimmickView.h;h=0510c1742e1ada032b8b8a21407b3e3b4598a2b9;hb=e79fb1c492e93cdd1a5a95ba0ab491b868cf5992;hp=ed6d31f734750280d6409f7e3608165419676351;hpb=fc48a00e5fec9ee7c12cfb1775429c418b804246;p=creaImageIO.git diff --git a/src2/creaImageIOGimmickView.h b/src2/creaImageIOGimmickView.h index ed6d31f..0510c17 100644 --- a/src2/creaImageIOGimmickView.h +++ b/src2/creaImageIOGimmickView.h @@ -94,6 +94,14 @@ namespace creaImageIO virtual void CreateEditFieldsDialog(tree::Node* node, std::vector names, std::vector 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 keys) + { GimmickError("INTERNAL ERROR : ExportToStorage not implemented"); } + ///Copies selected files virtual void SaveAs(const std::vector& filenames) { GimmickError("INTERNAL ERROR : SaveAs not implemented"); }