Skip to content
  • Ken Martin's avatar
    add qwidgets in a vtk rendering with events · f6032fcc
    Ken Martin authored
    Adds support for placing a qwidget into a vtkOpenGLRenderer
    this is accomplished through three classes including
    
    vtkQWidgetWidget - a vtkWidget for a QWidget
    
    vtkQWidgetRepresentation - the rep for the widget
    
    vtkQWidgetTexture - a vtkTextureObject that holds the code
    to redraw the QWidget onto a framebuffer texture and hand
    it off to VTK.
    f6032fcc