[vtkusers] VTK in a c++ GUI

Lachlan Blackhall lachlan at chryatech.com.au
Tue Feb 15 04:43:34 EST 2005


Thanks for all the tips everyone, ill get cracking on it when i have 
some spare time :)

Lachlan


On 15/02/2005, at 10:27 AM, Hanna Jonsson wrote:

> I have done it in windows. in window you can create your vtk-window as 
> a child window to your ordinary windows window. You do this using 
> "SetParentID" to your renderwindow. 
> (renWin->SetParentId(MainWindowHandle))Then it is easy to create 
> buttons etc in your Parent window.
>
> ----- Original Message -----
> From: Lachlan Blackhall <lachlan at chryatech.com.au>
> Date: Tuesday, February 15, 2005 9:58 am
> Subject: [vtkusers] VTK in a c++ GUI
>
>> Good Morning all,
>>
>> I have had a look through the forum but to no avail so heres my
>> problem,
>> i want to be able to embed a vtkrenderwindow inside a normal c++ GUI.
>> basically i want to be able to have buttons, text boxes in the gui
>> etc..as well as a nice visualisation window on the same form.
>>
>> I am currently developing on mac os x but if people have done this
>> with
>> windows
>> or linux id love some pointers.
>>
>> thanks
>>
>> Lachlan Blackhall
>>
>> _______________________________________________
>> This is the private VTK discussion list.
>> Please keep messages on-topic. Check the FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQFollow this link to
>> subscribe/unsubscribe:http://www.vtk.org/mailman/listinfo/vtkusers
>>
>
>




More information about the vtkusers mailing list