]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
Implemented calls from/to the interface to several methods.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index f17fcb48e4cc6a53d6b23a6e987ab2018c2d0b1c..8407a9179cb22008dbcdd940e934862777b0f10d 100644 (file)
@@ -4,6 +4,7 @@
 #include <creaImageIOGimmick.h>
 #include <creaImageIOTreeView.h>
 #include <creaImageIOSystem.h>
+
 //#include <map>
 #include <vtkImageData.h>
 
@@ -48,8 +49,11 @@ namespace creaImageIO
 
       /// Finalize 
       virtual void Finalize();
-      
-      virtual void GetSelectedImages(std::vector<vtkImageData*>& s) {}
+         ///Returns the selected Images and validates to see if they comply with the given parameter(<4D)
+         vtkImageData* GetSelectedImage(int dim);
+      ///Adds the selected Images to the given vector and validates to see if they comply with the given parameter (4D)
+      virtual void GetSelectedImages(std::vector<vtkImageData*>& s, int dim) {}
+
       virtual void GetSelectedFiles(std::vector<std::string>& s) {}
 
       /// Create the tree views