X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=e5e315509b1924c2392358cc36c6fe80c4e14fa4;hb=19f3573f7b12d29bb33c80311ee1e8ff7bcb01f3;hp=15ec68779abf129e1e2f39f987a2d242f275f33e;hpb=20f9a906dc7d6e3c9a69f582f9d96d1e4e4131b8;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 15ec687..e5e3155 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -55,7 +55,7 @@ class vvMainWindow: public vvMainWindowBase, vvSlicerManager * AddImage(vvImage::Pointer image,std::string filename); void AddField(QString file,int index); void AddOverlayImage(int index, std::vector fileNames, vvImageReader::LoadedImageType type); - void AddFusionImage(int index, QString filename); + void AddFusionImage(int index, std::vector fileNames, vvImageReader::LoadedImageType type); void AddROI(int index, QString filename); //Process the sequence for fusion: @@ -161,7 +161,7 @@ public slots: void SelectFusionImage(); //select the file(s) from the disk containing the image sequence to fuse void SelectFusionSequence(); - void SelectFusionSequenceTemporalSignal(); + void SelectFusionSequenceCorrespondances(); void ResetTransformationToIdentity();