X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;fp=vv%2FvvMainWindow.h;h=75d04976538a769ca679a17157b1d83c5a5e9479;hb=2cdf69fc863433766e033b7ddbaf3c36d71cf43f;hp=eee1d64b807eadea3582532b08c898bf21067710;hpb=3378f6c372da1e07e35c45562749416fcfee6798;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index eee1d64..75d0497 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 @@ -91,7 +91,9 @@ public slots: void SliceImages(); void MergeImagesWithTime(); void OpenDicom(); +#ifdef vvPacsConnection void PacsConnection(); +#endif ///Open a vtkPolyData surface mesh and display it over the current image void OpenVTKContour(); void SaveAs(); @@ -194,7 +196,9 @@ private: vvHelpDialog *help_dialog; vvDocumentation *documentation; vvDicomSeriesSelector *dicomSeriesSelector; +#ifdef vvPacsConnection vvPacsConnection *PacsConnection; +#endif bool viewMode; bool playMode;