]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/wxVTKRenderWindowInteractor.cxx
Viewer2D Viewer3D Linux
[bbtk.git] / packages / wxvtk / src / wxVTKRenderWindowInteractor.cxx
index 17b39bd15be92aecedcc47bbe6648e93404124c8..6c33bf3484ad8b0a728b2bf0f0d673440e886cb3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   Visualization Toolkit
   Module:    $RCSfile: wxVTKRenderWindowInteractor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/05/09 10:39:47 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/06/26 18:45:58 $
+  Version:   $Revision: 1.3 $
 
   Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen 
   All rights reserved.
@@ -735,6 +735,12 @@ void wxVTKRenderWindowInteractor::PrintSelf(ostream& os, vtkIndent indent)
 }
 
 
+void wxVTKRenderWindowInteractor::Refresh(bool eraseBackground , const wxRect* rect )
+{
+//  wxWindow::Refresh(false,rect);
+}
+
+
 #if defined(_WIN32)
 const char * wxVTKRenderWindowInteractor::GetClassName() const
 {
@@ -742,6 +748,8 @@ const char * wxVTKRenderWindowInteractor::GetClassName() const
 }
 #endif //_WIN32
 
+
+
 }
 // LG : EO namespace bbwxvtk
 //=======================================================================