X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvMainWindow.h;h=dbd8dd1d5f230cbdbda9e859df00ae1ab28c3d2a;hb=e7f88877b4e3d136e9cfa08613490df94e2728d7;hp=acacde84a1c5ce4e67d5eb052ea29ee6a24f9b49;hpb=78ae141332b4f8d5146952b08dced58e4d248e06;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index acacde8..dbd8dd1 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -88,7 +88,6 @@ public slots: void VectorChanged(int visibility, double x, double y, double z, double value); void OverlayChanged(int visibility, double valueOver, double valueRef); void FusionChanged(int visibility, double value); - void ResampleCurrentImage(); void SegmentationOnCurrentImage(); void SurfaceViewerLaunch(); @@ -144,9 +143,6 @@ public slots: } void UpdateRenderWindows(); -// signals: -// void SlicerManagersHasChanged(); - private: //variables @@ -186,6 +182,9 @@ private: // std::vector mListOfRunningTool; static vvMainWindow * mSingleton; + + int mCurrentTime; + }; #include "vvMainWindow.txx"