[vtkusers] RenderingWindow

Asad A. Abu-Tarif tarifa at rpi.edu
Thu Apr 18 13:33:42 EDT 2002


Call the SetParentId member function of vtkRenderWindow and
pass to it (this->m_hWnd).
The calss that calls this has to be derived, either directly
or indirectly, from CWnd.
For example, a CView Class can use this to visualize your objects
within the client area. Or, a CDialog class can use it to visualize
your objects inside a dialog box.
Asad

> How can I integrate the RenderingWindow in
> my own window, using C++?
>
> For example, if I want to have in the right
> the object and in the right some buttons to
> change the object properties ...
>
> Regards,
>
> A.Roman
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>




More information about the vtkusers mailing list