X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOSimpleView.h;h=4cc3d824ad89419af65e68ec5e3042b734e569c7;hb=3aefe04f265639ae28b0db125d2eab5c1b2ac20a;hp=24fc81eb89d17df4dd3bb0c5d0bb9dae29481f30;hpb=aa2f812c1bd0bc2b13ed8969e8a121727df7d052;p=creaImageIO.git diff --git a/src/creaImageIOSimpleView.h b/src/creaImageIOSimpleView.h index 24fc81e..4cc3d82 100644 --- a/src/creaImageIOSimpleView.h +++ b/src/creaImageIOSimpleView.h @@ -43,26 +43,19 @@ namespace creaImageIO public: /// Ctor SimpleView(){} - ///Dtor ~SimpleView(){} - /// read file(s) and return a vector of vtkImageData bool readFile( std::vector i_filenames, // in information names std::vector i_attr, // in information attributes names std::vector > &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 i_attr, // in information attributes names std::vector > &i_imgAttr, // out information attributes names-values std::vector &i_imgs); // out information vtkImageData - - - - - }; + vtkImageData* getVolumeSelected( std::vector images); + }; } - #endif