]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
Managed opening sequence of overlay images. Parser is ready for
[clitk.git] / vv / vvSlicerManager.h
index 50a31ba913eb31ba8b133a65acdb283f42633768..c5ce55cf952906cd097a98ae1032b3d62e76fff8 100644 (file)
@@ -64,7 +64,7 @@ class vvSlicerManager : public QObject {
   void SetImage(vvImage::Pointer image);
   bool SetImages(std::vector<std::string> filenames, vvImageReader::LoadedImageType type, int n=0);
 
-  bool SetOverlay(std::string filename, int dim, std::string component);
+  bool SetOverlay(std::vector<std::string> filenames, int dim, std::string component);
   bool SetFusion(std::string filename, int dim, std::string component);
   ///Set a VF by loading it from the disk
   bool SetVF(std::string filename);