X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=d7bf2ed2bbf09e367804201b041a2a437be28b3a;hb=b65dbecbe7f7c5cfb8b746ebd4d63a96abc8cb59;hp=e5e315509b1924c2392358cc36c6fe80c4e14fa4;hpb=857c9e74552dccd4c71364c15cca4ade140511fc;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index e5e3155..d7bf2ed 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -39,6 +39,9 @@ class vtkImageData; class vtkRenderer; class vtkMatrix4x4; class vvDicomSeriesSelector; +#ifdef CLITK_USE_PACS_CONNECTION +class vvQPacsConnection; +#endif class vvSlicer; class QTreeWidget; @@ -69,7 +72,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(); @@ -91,6 +93,9 @@ public slots: void SliceImages(); void MergeImagesWithTime(); void OpenDicom(); +#ifdef CLITK_USE_PACS_CONNECTION + void ConnectPacs(); +#endif ///Open a vtkPolyData surface mesh and display it over the current image void OpenVTKContour(); void SaveAs(); @@ -194,6 +199,10 @@ private: vvDocumentation *documentation; vvDicomSeriesSelector *dicomSeriesSelector; +#ifdef CLITK_USE_PACS_CONNECTION + vvQPacsConnection *PacsConnection; +#endif + bool viewMode; bool playMode;