]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOSimpleView.h
#2458 creaImageIO Feature New Normal - UnMosaic Images SimpleView Gimick
[creaImageIO.git] / src / creaImageIOSimpleView.h
index 25cff51862f798cd2b6912316981339d7a0b1c87..669af13a0ddf1b9dd5eb890fc4c3a2fad85194fe 100644 (file)
@@ -48,10 +48,19 @@ namespace creaImageIO
                ~SimpleView(){}
                
                /// read file(s) and return a vector of vtkImageData 
-               bool readFile( std::vector<std::string> i_filenames, std::vector< vtkImageData *> &i_img);
+               bool readFile( std::vector<std::string> i_filenames,                                                                                            // in information names
+                                                                               std::vector<std::string> i_attr,                                                                                        // in information attributes names
+                                                                               std::vector<std::map <std::string,std::string> > &i_imgAttr,    // out information attributes names-values
+                                                                               std::vector< vtkImageData *> &i_img);                                                                   // out information vtkImageData
 
                /// read a directory and return a vector of vtkImageData 
-               bool readDirectory(const std::string i_pathname, std::vector< vtkImageData *> &i_imgs);
+               bool readDirectory(     const std::string i_pathname,                                                                                   // in information names
+                                                                       std::vector<std::string> i_attr,                                                                                        // in information attributes names
+                                                                       std::vector<std::map <std::string , std::string> > &i_imgAttr,  // out information attributes names-values
+                                                                       std::vector<vtkImageData *> &i_imgs);                                                                   // out information vtkImageData
+
+
+
 
        };
 }