X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=92d70417815c62e464bc1864e92eba6f438584d1;hb=0a5abf9398aa0c578f014b52ca992943ca653f72;hp=75d04976538a769ca679a17157b1d83c5a5e9479;hpb=2cdf69fc863433766e033b7ddbaf3c36d71cf43f;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 75d0497..92d7041 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -39,6 +39,9 @@ class vtkImageData; class vtkRenderer; class vtkMatrix4x4; class vvDicomSeriesSelector; +#ifdef CLITK_USE_SYSTEM_GDCM +class vvQPacsConnection; +#endif class vvSlicer; class QTreeWidget; @@ -91,8 +94,8 @@ public slots: void SliceImages(); void MergeImagesWithTime(); void OpenDicom(); -#ifdef vvPacsConnection - void PacsConnection(); +#ifdef CLITK_USE_SYSTEM_GDCM + void ConnectPacs(); #endif ///Open a vtkPolyData surface mesh and display it over the current image void OpenVTKContour(); @@ -196,8 +199,9 @@ private: vvHelpDialog *help_dialog; vvDocumentation *documentation; vvDicomSeriesSelector *dicomSeriesSelector; -#ifdef vvPacsConnection - vvPacsConnection *PacsConnection; + +#ifdef CLITK_USE_SYSTEM_GDCM + vvQPacsConnection *PacsConnection; #endif bool viewMode;