X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=b093554d0a0b92018d352f1eb1236db1012b8be6;hb=9c5f0e4d3d6b33e09d0413439ed7a867e3d85faa;hp=15ec68779abf129e1e2f39f987a2d242f275f33e;hpb=20f9a906dc7d6e3c9a69f582f9d96d1e4e4131b8;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 15ec687..b093554 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: @@ -69,7 +69,6 @@ class vvMainWindow: public vvMainWindowBase, void SaveCurrentStateAs(const std::string& stateFile); void ReadSavedStateFile(const std::string& stateFile); void LinkAllImages(); - QString Get4x4MatrixDoubleAsString(vtkSmartPointer matrix, const int precision=3); virtual void UpdateCurrentSlicer(); virtual QTabWidget * GetTab(); @@ -161,7 +160,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();