]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
Copy pasted code from overlay to fusion for sequences. This yet another
[clitk.git] / vv / vvSlicerManager.h
index 60f239219532764c57a2e971f717c691066ba88f..bbdd2a41dad6cfb36c24f8c5d8a143f69dd9e7f6 100644 (file)
@@ -77,7 +77,7 @@ class vvSlicerManager : public QObject {
   bool SetImages(std::vector<std::string> filenames, vvImageReader::LoadedImageType type, int n=0);
 
   bool SetOverlay(std::vector<std::string> filenames, int dim, std::string component, vvImageReader::LoadedImageType type);
-  bool SetFusion(std::string filename, int dim, std::string component);
+  bool SetFusion(std::vector<std::string> filenames,int dim, std::string component, vvImageReader::LoadedImageType type);
   bool SetFusionSequence(std::vector<std::string> filenames, int dim, std::string component, vvImageReader::LoadedImageType type);
   ///Set a VF by loading it from the disk
   bool SetVF(std::string filename);