X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;h=088df6171a39d2fa7467b63ff42843d86e448271;hb=bc4b7eaef671605cb3e8077ce8a70eb7386890e5;hp=50a31ba913eb31ba8b133a65acdb283f42633768;hpb=bec6f659babc742382ca007b53800e7305fa298f;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index 50a31ba..088df61 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -64,7 +64,7 @@ class vvSlicerManager : public QObject { void SetImage(vvImage::Pointer image); bool SetImages(std::vector filenames, vvImageReader::LoadedImageType type, int n=0); - bool SetOverlay(std::string filename, int dim, std::string component); + bool SetOverlay(std::vector filenames, int dim, std::string component, vvImageReader::LoadedImageType type); bool SetFusion(std::string filename, int dim, std::string component); ///Set a VF by loading it from the disk bool SetVF(std::string filename);