]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickReaderDialog.h
*** empty log message ***
[creaImageIO.git] / src / creaImageIOWxGimmickReaderDialog.h
index bac2c140cdb7f467b2676eb6891a9595f437ae0b..e037559b6c08c503ae61800805c31f70addc3acb 100644 (file)
@@ -47,6 +47,16 @@ namespace creaImageIO
     void GetSelectedImagesInVector(std::vector<vtkImageData*>& s, int dim)
     { mView->GetSelectedImagesInVector(s, dim); }
 
+       // ----get selected files in an Output structure-------
+       // out: vector structure output  < <img, info>, ... >
+       // i_attr: list of dicom tags to extract 
+       // mult: information of one file or multiple files
+       // outmodel: xml-filename that specifies images order..(todo) 
+       void getSelected(std::vector<OutStrGimmick> &outG,std::vector< std::string> i_attr, bool mult, const std::string outmodel)
+       {
+               mView->getSelectedFiles(outG, i_attr, mult, outmodel);
+       }
+
     void GetSelectedFiles(std::vector<std::string>& s) 
     { mView->GetSelectedFiles(s); }