[vtkusers] QVTKWidget

Eric E. Monson emonson at cs.duke.edu
Wed May 5 13:39:25 EDT 2010


No, that's not exactly correct. The QVTKRenderWindowInteractor.py isn't a wrapper of the QVTKWidget.cxx code. It's a python class that inherits from the PyQt4 QWidget class and contains a vtkRenderWindow and a vtkGenericRenderWindowInteractor to handle the interactions.

I get the feeling that a direct wrapping isn't possible, or at least isn't something anyone is working on, as the current python class works fine in most cases. (Although, I still can't get it to work right with vtkRenderView-based classes...)

-Eric

------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group



On May 5, 2010, at 12:11 PM, Jothy wrote:

> I don't understand what do you mean by this?
> 
> VTK already has that, its in vtk/qt4.
> 
> Jothy
> 
> 2010/5/5 Lic. José M. Rodriguez Bacallao <jmrbcu at gmail.com>:
>> when QVTKWidget will be available for python bindings?, there is any
>> chance that this any time soon?
>> 
>> --
>> Lic. José M. Rodriguez Bacallao
>> Centro de Biofisica Medica
>> -----------------------------------------------------------------
>> Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.
>> 
>> Recuerda: El arca de Noe fue construida por aficionados, el titanic
>> por profesionales
>> -----------------------------------------------------------------
>> _______________________________________________
>> Powered by www.kitware.com
>> 
>> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>> 
>> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>> 
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>> 
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list