]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxSimpleDlg.h
#3320 ReadImages box
[creaImageIO.git] / src / creaImageIOWxSimpleDlg.h
index 2ccd2e35b5cdf10d7753d249d0dd6e4c3ed0f184..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.
 #
@@ -80,16 +80,12 @@ namespace creaImageIO
                std::string                                                                             namedb;
                wxString                                                                                        infoimage;
                wxString                                                                                        infoimageSource;
-
                /// interface to read data
                SimpleView                                                                                      m_view;
-
                /// vtkImageData vector
                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<creaImageIO::OutStrGimmick>                         m_resultsInfo;
        };
 }