[wxVTK] UpdateGLRegion in VTK4.4
Brought to you by:
malat
From: genesy g. <ge...@gm...> - 2008-10-20 11:19:03
|
Hi all, I' compiling the latest CVS Version (thanks Mathieu!) These are my "new" errors : /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx: In member function 'void wxVTKRenderWindowInteractor::OnPaint(wxPaintEvent&)': /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:393: error: 'class vtkCarbonRenderWindow' has no member named 'UpdateGLRegion' /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx: In member function 'void wxVTKRenderWindowInteractor::OnMouseWheel(wxMouseEvent&)': /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:703: error: 'MouseWheelForwardEvent' is not a member of 'vtkCommand' /Users/xael/wxVTK/src/wxVTKRenderWindowInteractor.cxx:708: error: 'MouseWheelBackwardEvent' is not a member of 'vtkCommand' make[2]: *** [CMakeFiles/wxImagePlaneWidget.dir/src/wxVTKRenderWindowInteractor.cxx.o] Error 1 make[1]: *** [CMakeFiles/wxImagePlaneWidget.dir/all] Error 2 make: *** [all] Error 2 How can I solve this problem? Is there an "UpdateGLRegion" equivalent for vtkCarbonRenderWindow (VTK4.4)? SO: MacOsX 10.4.11 xcode: 2.4.1 gcc version: 4.0.1 wx-config --version-full : 2.6.3.1 VTK 4.4 Carbon ccmake version 2.6-patch 1 bye G. |