X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=dbd8dd1d5f230cbdbda9e859df00ae1ab28c3d2a;hb=916b360a5059598577cb44f87381ccb1f0514476;hp=10583bb09efc17593b2a143c2bfd108cf81ec8a8;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 10583bb..dbd8dd1 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -1,8 +1,26 @@ -#ifndef vvMainWindow_h -#define vvMainWindow_h +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +======================================================================-====*/ + +#ifndef VVMAINWINDOW_H +#define VVMAINWINDOW_H + #include #include - #include "ui_vvMainWindow.h" #include "vvMainWindowBase.h" #include "vvToolManager.h" @@ -28,7 +46,6 @@ class vvMainWindow: public vvMainWindowBase, ~vvMainWindow(); void LoadImages(std::vector filenames, LoadedImageType type); void AddImage(vvImage::Pointer image,std::string filename); - void AddImage(vvSlicerManager * m); void AddField(QString file,int index); void AddOverlayImage(int index, QString filename); ///Adds a mesh to a SlicerManager, with optional warping by vector field @@ -71,7 +88,6 @@ public slots: void VectorChanged(int visibility, double x, double y, double z, double value); void OverlayChanged(int visibility, double valueOver, double valueRef); void FusionChanged(int visibility, double value); - void ResampleCurrentImage(); void SegmentationOnCurrentImage(); void SurfaceViewerLaunch(); @@ -87,6 +103,7 @@ public slots: void UpdateLinkManager(std::string id, int slicer, double x, double y, double z, int temps); void AddLink(QString image1,QString image2); void RemoveLink(QString image1,QString image2); + void ChangeImageWithIndexOffset(vvSlicerManager *sm, int slicer, int offset); ///Generic method called when any one of the horizontal sliders is moved void HorizontalSliderMoved(int value,int column, int slicer_index); @@ -126,9 +143,6 @@ public slots: } void UpdateRenderWindows(); -// signals: -// void SlicerManagersHasChanged(); - private: //variables @@ -137,7 +151,6 @@ private: vvDocumentation *documentation; vvDicomSeriesSelector *dicomSeriesSelector; - QString mInputPathName; bool viewMode; bool playMode; @@ -155,6 +168,7 @@ private: QString GetVectorDoubleAsString(std::vector vectorDouble); QString GetVectorIntAsString(std::vector vectorInt); int GetSlicerIndexFromItem(QTreeWidgetItem* item); + QTreeWidgetItem* GetItemFromSlicerManager(vvSlicerManager* sm); void SaveScreenshot(vtkImageData* image); QMenu contextMenu; @@ -168,6 +182,9 @@ private: // std::vector mListOfRunningTool; static vvMainWindow * mSingleton; + + int mCurrentTime; + }; #include "vvMainWindow.txx"