]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickReaderDialog.h
thread bug correction
[creaImageIO.git] / src / creaImageIOWxGimmickReaderDialog.h
index 975074062580e1b21e438da17b50a779c90a73a0..3dff64eeafdf9a1d71b2953699a76d7580904c80 100644 (file)
@@ -47,7 +47,11 @@ namespace creaImageIO
     void GetSelectedImagesInVector(std::vector<vtkImageData*>& s, int dim)
     { mView->GetSelectedImagesInVector(s, dim); }
 
-       // get selected files in an Output structure
+       // ----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);
@@ -64,6 +68,10 @@ namespace creaImageIO
        void deleteMessage();
     // void OnButtonOk(wxCommandEvent& event);
     // void OnButtonCancel(wxCommandEvent& event);
+       void stopReading()
+       {
+               mView->stopReader();
+       }
 
   private :