X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=23ee6f414f84a1200382bc1431715c605aadef8f;hb=3c2462eafabcf428b4d2775c414a7b5f62511d3f;hp=dfcbca6d40319fff99f8a23e1dd0edd5b6012240;hpb=acdc20ec4afc95db1db29bf8d885a3b72c9c7ee0;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index dfcbca6..23ee6f4 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -63,6 +63,7 @@ class vvMainWindow: public vvMainWindowBase, void ShowLastImage(); void SaveCurrentStateAs(const std::string& stateFile); void ReadSavedStateFile(const std::string& stateFile); + void LinkAllImages(); virtual void UpdateCurrentSlicer(); virtual QTabWidget * GetTab(); @@ -72,6 +73,7 @@ class vvMainWindow: public vvMainWindowBase, public slots: ///Allows the user to open and select various surfaces contained in a dicom-struct file + void AddDCStructContour(int index, QString file); void OpenDCStructContour(); ///Computes the midposition image of a 4D sequence with a VF and displays it void ComputeMidPosition();