]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
Added GetImages to obtain images from a given file list.
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index 314d1720b414b32bc66725f19e8d8e7ab9d54ed2..9fd54a963a87d3c56864e781d21576be0943e0c2 100644 (file)
@@ -45,6 +45,9 @@ namespace creaImageIO
       /// Returns the selected Images so that they comply with the given parameter(4D)
       //(overloaded from GimmickView)
       void GetSelectedImages(std::vector<vtkImageData*>& s, int dim);
+         /// Returns the images indicated by the filenames in the vector so that they comply with the given parameter(dim)
+      //(overloaded from GimmickView) 
+         void GetImages(int dim, std::vector<std::string> files, std::vector<vtkImageData*>& s);
       /// Callback called when a selection from a TreeView has changed 
       //(overloaded from GimmickView)
       void OnSelectionChange(std::vector<tree::Node*>& s, bool isSelection, int selection, bool mProcess);