]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickReaderDialog.h
*** empty log message ***
[creaImageIO.git] / src / creaImageIOWxGimmickReaderDialog.h
index 975074062580e1b21e438da17b50a779c90a73a0..e037559b6c08c503ae61800805c31f70addc3acb 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);