]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOSimpleView.h
#3320 ReadImages box
[creaImageIO.git] / src / creaImageIOSimpleView.h
index 24fc81eb89d17df4dd3bb0c5d0bb9dae29481f30..4cc3d824ad89419af65e68ec5e3042b734e569c7 100644 (file)
@@ -43,26 +43,19 @@ namespace creaImageIO
        public:
                /// Ctor
                SimpleView(){}
-
                ///Dtor
                ~SimpleView(){}
-               
                /// read file(s) and return a vector of vtkImageData 
                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,                                                                                   // 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
-
-
-
-
-       };
+               vtkImageData* getVolumeSelected( std::vector<vtkImageData*> images);
+       };      
 }
-
 #endif