]> Creatis software - clitk.git/blob - vv/vvMainWindow.h
Problem with slot in previous commit. Corrected based on overlay example
[clitk.git] / vv / vvMainWindow.h
1 /*=========================================================================
2   Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
3
4   Authors belong to: 
5   - University of LYON              http://www.universite-lyon.fr/
6   - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
7   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
8
9   This software is distributed WITHOUT ANY WARRANTY; without even
10   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11   PURPOSE.  See the copyright notices for more information.
12
13   It is distributed under dual licence
14
15   - BSD        See included LICENSE.txt file
16   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
17 ======================================================================-====*/
18
19 #ifndef VVMAINWINDOW_H
20 #define VVMAINWINDOW_H
21
22 #include <iostream>
23 #include <vector>
24 #include "ui_vvMainWindow.h"
25 #include "vvMainWindowBase.h"
26 #include "vvToolManager.h"
27 #include "vvConstants.h"
28 #include "vvMesh.h"
29
30 class vvSlicerManager;
31 class vvHelpDialog;
32 class vvDocumentation;
33 class vtkRenderWindowInteractor;
34 class vtkImageData;
35 class vtkRenderer;
36 class vvDicomSeriesSelector;
37
38 //------------------------------------------------------------------------------
39 class vvMainWindow: public vvMainWindowBase,
40                     private Ui::vvMainWindow
41 {
42   Q_OBJECT
43
44   public:
45   vvMainWindow();
46   ~vvMainWindow();
47   void LoadImages(std::vector<std::string> filenames, LoadedImageType type);
48   vvSlicerManager * AddImage(vvImage::Pointer image,std::string filename);
49   void AddField(QString file,int index);
50   void AddOverlayImage(int index, QString filename);
51   void AddFusionImage(int index, QString filename);
52   void AddROI(int index, QString filename);
53   ///Adds a mesh to a SlicerManager, with optional warping by vector field
54   void AddContour(int image_index, vvMesh::Pointer contour, bool propagation);
55   ///This is used to show an image when opened or computed
56   void ShowLastImage();
57
58   virtual void UpdateCurrentSlicer();
59   virtual QTabWidget * GetTab();
60   //vvMainWindowToolInfo * GetInfoForTool();
61 //   void AddRunningTool(vvToolCreatorBase * tool);
62
63 public slots:
64   ///Allows the user to open and select various surfaces contained in a dicom-struct file
65   void OpenDCStructContour();
66   ///Computes the MIP of the currently selected image and displays it
67   void ComputeMIP();
68   ///Computes the midposition image of a 4D sequence with a VF and displays it
69   void ComputeMidPosition();
70   void OpenImages();
71   ///Slot triggered by the dynamically-generated recent file menu actions
72   void OpenRecentImage();
73   void OpenImageWithTime();
74   void MergeImages();
75   void MergeImagesWithTime();
76   void OpenDicom();
77   ///Open a vtkPolyData surface mesh and display it over the current image
78   void OpenVTKContour();
79   void SaveAs();
80   void CurrentImageChanged(std::string id);
81   void ImageInfoChanged();
82   void ShowHelpDialog();
83   void ShowDocumentation();
84   void ComputeDeformableRegistration();
85   void WarpImage();
86   void ChangeViewMode();
87   void DisplayChanged(QTreeWidgetItem *item, int column);
88   void CloseImage(QTreeWidgetItem* item, int column);
89   void ReloadImage(QTreeWidgetItem* item, int column);
90   void MousePositionChanged(int visibility, double x, double y, double z, double X, double Y, double Z , double value);
91   void VectorChanged(int visibility, double x, double y, double z, double value);
92   void OverlayChanged(int visibility, double valueOver, double valueRef);
93   void FusionChanged(int visibility, double value);
94   void SegmentationOnCurrentImage();
95   void SurfaceViewerLaunch();
96
97   void WindowsChanged(int window, int view, int slice);
98   void WindowLevelChanged(double window, double level,int preset, int colormap);
99   void UpdateSlice(int slicer, int slice);
100   void UpdateTSlice(int slicer, int slice);
101   void UpdateSliceRange(int slicer, int min, int max, int tmin, int tmax);
102   void WindowLevelEdited();
103   void UpdateColorMap();
104   void UpdateWindowLevel();
105   void SwitchWindowLevel();
106   void UpdateLinkManager(std::string id, int slicer, double x, double y, double z, int temps);
107   void UpdateLinkedNavigation(std::string id, vvSlicerManager *sm);
108   void AddLink(QString image1,QString image2);
109   void RemoveLink(QString image1,QString image2);
110   void ChangeImageWithIndexOffset(vvSlicerManager *sm, int slicer, int offset);
111
112   ///Generic method called when any one of the horizontal sliders is moved
113   void HorizontalSliderMoved(int value,int column, int slicer_index);
114   void NOHorizontalSliderMoved();
115   void NEHorizontalSliderMoved();
116   void SOHorizontalSliderMoved();
117   void SEHorizontalSliderMoved();
118
119   void NOVerticalSliderChanged();
120   void NEVerticalSliderChanged();
121   void SOVerticalSliderChanged();
122   void SEVerticalSliderChanged();
123
124   void SaveNEScreenshot();
125   void SaveNOScreenshot();
126   void SaveSEScreenshot();
127   void SaveSOScreenshot();
128
129   void ShowContextMenu(QPoint point);
130   //  void CropImage();
131   void SplitImage();
132   void CloseImage();
133   void ReloadImage();
134   void OpenField();
135   void SelectOverlayImage();
136   void SelectFusionImage();
137
138   void SetVFProperty(int subsampling,int scale,int lut, int width);
139   void SetOverlayProperty(int color);
140   void SetFusionProperty(int opacity,int colormap,double window,double level);
141
142   void GoToCursor();
143   void PlayPause();
144   void PlayNext();
145   void ChangeFrameRate(int rate) {
146     mFrameRate = rate;
147   }
148   void UpdateRenderWindows();
149
150 private:
151
152   //variables
153   // std::vector<vvSlicerManager*> mSlicerManagers;
154   vvHelpDialog *help_dialog;
155   vvDocumentation *documentation;
156   vvDicomSeriesSelector *dicomSeriesSelector;
157
158   bool viewMode;
159   bool playMode;
160
161   //functions
162   void UpdateTree();
163   ///Adds a vector field to slicer manager index
164   void WarpImage(vvSlicerManager* selected_slicer,int reference_phase);
165   void AddFieldEntry(QString filename,int index,bool from_disk);
166   void AddField(vvImage::Pointer vf,QString file,int index);
167   void InitDisplay();
168   ///Sets the render window and LUT for the last SlicerManager
169   void InitSlicers();
170   void DisplaySliders(int slicer, int window);
171   QString GetSizeInBytes(unsigned long size);
172   QString GetVectorDoubleAsString(std::vector<double> vectorDouble);
173   QString GetVectorIntAsString(std::vector<int> vectorInt);
174   int GetSlicerIndexFromItem(QTreeWidgetItem* item);
175   QTreeWidgetItem* GetItemFromSlicerManager(vvSlicerManager* sm);
176   void SaveScreenshot(vtkImageData* image);
177   int GetImageDuplicateFilenameNumber(std::string filename);
178
179   QMenu contextMenu;
180   //QMenu *AddSubImageMenu;
181   std::vector<QAction*> contextActions;
182   std::vector<QSlider*> horizontalSliders;
183   std::vector<QSlider*> verticalSliders;
184   int mFrameRate;
185   
186   std::string mCurrentSelectedImageId;
187
188   // vvMainWindowToolInfo * mCurrentToolInfo;
189   // std::vector<vvToolCreatorBase*> mListOfRunningTool;
190
191   static vvMainWindow * mSingleton;
192
193   int mCurrentTime;
194
195 };
196
197 #include "vvMainWindow.txx"
198
199 #endif