]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxSimpleDlg.h
#3320 ReadImages box
[creaImageIO.git] / src / creaImageIOWxSimpleDlg.h
index 5e3f5f00f4220c2000f5e7c6757a74b1df39443d..499e25652deab85ded4d8df35f6070192928c7e4 100644 (file)
@@ -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.
 #
@@ -58,7 +58,10 @@ namespace creaImageIO
 
                   /// return a vtkImageData vector of selected images, if available
                   std::vector<vtkImageData*> getImagesSelected();
+                  vtkImageData* getVolumeSelected();
+
                   wxString getInfoImage();
+                  wxString getInfoImageSource();
 
                   std::vector< std::map<std::string,std::string> >  getDicomInfoImagesSelected();
                   void SetAttrDicomTags( std::vector<std::string> attr );
@@ -72,20 +75,17 @@ namespace creaImageIO
                   std::vector<creaImageIO::OutStrGimmick> getMapInfos(){return m_resultsInfo;}
 
        private:
-               bool                                                    bInfo;
-               std::string                                             namedescp; 
-               std::string                                             namedb;
-               wxString                                                infoimage;
-
+               bool                                                                                            bInfo;
+               std::string                                                                             namedescp; 
+               std::string                                                                             namedb;
+               wxString                                                                                        infoimage;
+               wxString                                                                                        infoimageSource;
                /// interface to read data
-               SimpleView                                              m_view;
-
+               SimpleView                                                                                      m_view;
                /// vtkImageData vector
-               std::vector<vtkImageData*>                              m_results;
+               std::vector<vtkImageData*>                                                      m_results;
                std::vector< std::map<std::string,std::string> >        m_resultsDicomAtr;
-               std::vector<std::string>                                m_attrDicomTags;    // DXXXX_YYYY DAAAA_BBBB ...
-
-               std::vector<creaImageIO::OutStrGimmick> m_resultsInfo;
-               
+               std::vector<std::string>                                                        m_attrDicomTags;    // DXXXX_YYYY DAAAA_BBBB ...
+               std::vector<creaImageIO::OutStrGimmick>                         m_resultsInfo;
        };
 }