[vtkusers] How to put Qt widgets on top of a VTK OpenGL scene

Prashanth Udupa prashanth.udupa at gmail.com
Thu Jun 10 15:07:20 EDT 2010


vtkRenderWindowClass is a typedef for vtkWin32OpenGLRenderWindow or
vtkXOpenGLRenderWindow, depending on the platform on which the class
is compiled. Both of these classes have default constructors.

/ Prashanth

On Thu, Jun 10, 2010 at 10:22 PM, Xiaofeng Z <xf10036 at hotmail.com> wrote:
> Prashanth,
> That's very interesting.  I have a question:
>
> vtkQtGraphicsViewRenderWindow gView;
>
> How would the above statement be possible given that
> vtkQtGraphicsViewRenderWindow is a subclass of vtkRenderWindowClass
> and vtkRenderWindowClass does not allow default constructor?
>
> Xiaofeng



More information about the vtkusers mailing list