X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;fp=vv%2FvvMainWindow.h;h=92d70417815c62e464bc1864e92eba6f438584d1;hb=0a5abf9398aa0c578f014b52ca992943ca653f72;hp=877470fe20b67c274bb4775973cc3ab9646f2550;hpb=56d9fd858eb24ac506dc434f6df9a20ffe3c99fd;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 877470f..92d7041 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,7 +39,9 @@ class vtkImageData; class vtkRenderer; class vtkMatrix4x4; class vvDicomSeriesSelector; +#ifdef CLITK_USE_SYSTEM_GDCM class vvQPacsConnection; +#endif class vvSlicer; class QTreeWidget; @@ -92,7 +94,9 @@ public slots: void SliceImages(); void MergeImagesWithTime(); void OpenDicom(); +#ifdef CLITK_USE_SYSTEM_GDCM void ConnectPacs(); +#endif ///Open a vtkPolyData surface mesh and display it over the current image void OpenVTKContour(); void SaveAs(); @@ -195,7 +199,10 @@ private: vvHelpDialog *help_dialog; vvDocumentation *documentation; vvDicomSeriesSelector *dicomSeriesSelector; - vvQPacsConnection *pacsconnect; + +#ifdef CLITK_USE_SYSTEM_GDCM + vvQPacsConnection *PacsConnection; +#endif bool viewMode; bool playMode;