X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxSimpleDlg.h;h=bd8c3b5c2cec5fd94c33693b6919b4bf30eb0fcd;hb=3579beef5bd466705bc0431d7347d1150cdffe97;hp=2ccd2e35b5cdf10d7753d249d0dd6e4c3ed0f184;hpb=98798bbf1fbbd9faec1dea425789421ffcc60281;p=creaImageIO.git diff --git a/src/creaImageIOWxSimpleDlg.h b/src/creaImageIOWxSimpleDlg.h index 2ccd2e3..bd8c3b5 100644 --- a/src/creaImageIOWxSimpleDlg.h +++ b/src/creaImageIOWxSimpleDlg.h @@ -10,7 +10,7 @@ # This software is governed by the CeCILL-B license under French law and # abiding by the rules of distribution of free software. You can use, # modify and/ or redistribute the software under the terms of the CeCILL-B -# license as circulated by CEA, CNRS and INRIA at the following URL +# license as circulated by CEA, CNRS and INRIA at the following URL m_view # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html # or in the file LICENSE.txt. # @@ -39,7 +39,7 @@ namespace creaImageIO { public: /// Ctor - WxSimpleDlg( wxWindow *parent, + WxSimpleDlg( wxWindow *parent, wxString i_title =_T(""), const std::string i_namedescp = "localdatabase_Descriptor.dscp", const std::string i_namedb = "Local Database" @@ -75,21 +75,18 @@ namespace creaImageIO std::vector getMapInfos(){return m_resultsInfo;} private: + wxFrame* m_parentFrame; bool bInfo; std::string namedescp; std::string namedb; wxString infoimage; wxString infoimageSource; - /// interface to read data SimpleView m_view; - /// vtkImageData vector std::vector m_results; std::vector< std::map > m_resultsDicomAtr; std::vector m_attrDicomTags; // DXXXX_YYYY DAAAA_BBBB ... - - std::vector m_resultsInfo; - + std::vector m_resultsInfo; }; }