X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvMainWindow.h;fp=vv%2FvvMainWindow.h;h=81bc7c42705fa310d5ec72425c9e6c6e5ea5be3e;hb=00f0cf9c85ed7ed21404d851c07cf02e4ccfa5ab;hp=d587a7f91ab9a203bd22fe78fed76c1c27fbc34b;hpb=5a7107ac4a5381de625e129b40c87f832a078c9f;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index d587a7f..81bc7c4 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 @@ -40,6 +40,9 @@ class vtkImageData; class vtkRenderer; class vtkMatrix4x4; class vvDicomSeriesSelector; +#if CLITK_USE_PACS_CONNECTION +class vvQPacsConnection; +#endif class vvSlicer; class QTreeWidget; @@ -92,6 +95,9 @@ public slots: void SliceImages(); void MergeImagesWithTime(); void OpenDicom(); +#if CLITK_USE_PACS_CONNECTION + void ConnectPacs(); +#endif ///Open a vtkPolyData surface mesh and display it over the current image void OpenVTKContour(); void SaveAs(); @@ -200,6 +206,10 @@ private: vvWipeImage::Pointer mWipeImage; +#if CLITK_USE_PACS_CONNECTION + vvQPacsConnection *PacsConnection; +#endif + bool viewMode; bool playMode;