X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;fp=vv%2FvvSlicerManager.h;h=bbdd2a41dad6cfb36c24f8c5d8a143f69dd9e7f6;hb=ae6ab552bec1c4f23aec29e774204d942f4df342;hp=60f239219532764c57a2e971f717c691066ba88f;hpb=fdbc6dc78fe0dfbf328420f37fde6b2bfbbcf317;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index 60f2392..bbdd2a4 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -77,7 +77,7 @@ class vvSlicerManager : public QObject { bool SetImages(std::vector filenames, vvImageReader::LoadedImageType type, int n=0); bool SetOverlay(std::vector filenames, int dim, std::string component, vvImageReader::LoadedImageType type); - bool SetFusion(std::string filename, int dim, std::string component); + bool SetFusion(std::vector filenames,int dim, std::string component, vvImageReader::LoadedImageType type); bool SetFusionSequence(std::vector filenames, int dim, std::string component, vvImageReader::LoadedImageType type); ///Set a VF by loading it from the disk bool SetVF(std::string filename);