[vtkusers] Windows graphics atop VTK

David Lee Lambert as4109 at wayne.edu
Wed Dec 21 20:23:20 EST 2005


Scott J. Pearson wrote:

>Does anyone know of a way to draw Windows graphics atop a VTK window? I'm
>using a C++ widgets toolkit for my program, but I can't seem to draw any 2D
>Windows graphics (e.g., a box for zooming) atop the VTK display.
>  
>
See if you can make the particular subclass of vtkRenderWindow you're 
using call glFinish(),  then do your GDI calls.  Even this may not work 
very well.

Are you sure you can't draw what you need with just vtk?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: as4109.vcf
Type: text/x-vcard
Size: 389 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20051221/73596e28/attachment.vcf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20051221/73596e28/attachment.pgp>


More information about the vtkusers mailing list