[vtkusers] Developing a windows app with VTK and C++

Darshan Pai darshanpai at gmail.com
Tue Oct 9 12:21:40 EDT 2012


You can either use QT or MFC with VTK . VTK Examples list has some examples
to run VTK and QT.

If you know how to use MFC , vtkREnderWindow has a function SetParentId() .
All you do is set it to the windows handle of the CView. and thats it . You
are good to go.


On Tue, Oct 9, 2012 at 12:30 AM, Rodrigo Lovera <lobo.theslayer at gmail.com>wrote:

> Hello everyone,
>
> I'm working on a four pane visualization project for 3D volume
> visualization, so far i'm getting into vtk and obteining some results but
> all of them working as a windows console. I'd like to work with a windows
> application and develop a GUI for these. I may be kinga begginer in c++ and
> dunno for sure where to start or what way to take.
>
> I've been thinking in developing in Visual C++ Express working the project
> as a win32 app or perhaps making use of Qt which I have no idea on how to
> do that. For using visual c++ I got the library to work by using cmake.
>
> Which way 'd you recomend me to take, does Qt needs any specific
> installation or build of vtk?? in that case any special requirement to add
> the libs and includes in Qt?... My goal to achieve is a GUI with the
> 4paneview of the volume and the orthogonal planes and some adding data
> button and views activation.
>
> I'd really appreciate any help or guide you could give me, thx in advance.
>
> --
> *Rodrigo Lovera S.*
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121009/1875651f/attachment.htm>


More information about the vtkusers mailing list