X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxGimmickReaderDialog.h;fp=src%2FcreaImageIOWxGimmickReaderDialog.h;h=e037559b6c08c503ae61800805c31f70addc3acb;hb=8191bd858508001620e1eae1366e1a43f448bc06;hp=975074062580e1b21e438da17b50a779c90a73a0;hpb=6ef3b3cb0907c7d7cd1eef84f123b96ad110faa9;p=creaImageIO.git diff --git a/src/creaImageIOWxGimmickReaderDialog.h b/src/creaImageIOWxGimmickReaderDialog.h index 9750740..e037559 100644 --- a/src/creaImageIOWxGimmickReaderDialog.h +++ b/src/creaImageIOWxGimmickReaderDialog.h @@ -47,7 +47,11 @@ namespace creaImageIO void GetSelectedImagesInVector(std::vector& 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 < , ... > + // 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 &outG,std::vector< std::string> i_attr, bool mult, const std::string outmodel) { mView->getSelectedFiles(outG, i_attr, mult, outmodel);