]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOSimpleView.cpp
QT interface
[creaImageIO.git] / src / creaImageIOSimpleView.cpp
index 7a7862926c7cac8a45617964aae06dc773604e51..6c640b33f03657b8c9ea192e29bd71a859aa45f9 100644 (file)
@@ -50,6 +50,7 @@ namespace creaImageIO
                                
                                for(int i=0; i<lgr; i++)
                                {
+                    std::cout << names[i] << std::endl;
                                   i_imgs.push_back( mReader->ReadImage(names[i]) );  
                                }                       
                        }