]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/bbwxvtkViewer3D.h
Don't update camera if only Slice changed
[bbtk.git] / packages / wxvtk / src / bbwxvtkViewer3D.h
index a493efb7df3112afb8cece092ccae01a8e540ce0..4971915cd3cfab082943a4a1e6f01f880ab53443 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxvtkViewer3D.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/13 14:46:48 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2009/03/23 12:55:54 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -95,11 +95,12 @@ namespace bbwxvtk
     BBTK_ON_SHOW_WIDGET(OnShowWidget);
   
     void Process();
-    void CreateWidget();
+    void CreateWidget(wxWindow*);
     void OnShowWidget();
 
   protected:
     virtual void bbUserConstructor();
+         bool firsttime;
   };
    
   //=================================================================