<DIV>
<SCRIPT>
document.write(parent.prscreen)
</SCRIPT>
 <FONT face="'PrimaSans BT,Verdana,sans-serif'">Hi Andinet:<BR><BR>I am studying IGSTK through IGSTK book: The Book. release 2.0. In Chapter 10. Example 10.2 Displaying My First Object in instruction: <BR>typedef igstk: View3D View3DType; <BR>View3DType * view3D = new View3DType (6,6,500,500, "3D View"); <BR>It is wrong, correct would be: <BR>iew3DType * view3D = View3DType:: New (); <BR>On the other hand: <BR>view3D-> RequestSetRefreshRate (0.1); <BR>'class igstk: View3D' has no member named 'RequestSetRefreshRate' <BR>view3D-> RequestEnableInteractions (); <BR>'class igstk: View3D' has no member named 'RequestEnableInteractions' <BR>I do not know what to do. <BR>Although I am running the examples with FLTK my goal is to work with Qt, we would like to have an example using Qt and QTWidget. <BR>I m working with FLTK 1.1.9, VTK 5.4.0, Qt 2009.2 (4.5) and IGSTK 4.0Thanks a lot<BR>Walter<BR><BR>----- Mensaje original -----<BR>De: Andinet Enquobahrie <andinet.enqu@kitware.com><BR>Fecha: Miércoles, Mayo 6, 2009 19:33<BR>Asunto: Re: [IGSTK-Users] Qt 4.5 and IGSTK 4.0<BR>A: Walter Cabrera Parra <walter@med.ucm.es><BR>CC: igstk-users@public.kitware.com<BR><BR>> Hi Walter-<BR>> <BR>> Welcome to IGSTK!<BR>> <BR>> We are all here to help you.<BR>> <BR>> What are your specific questions?<BR>> <BR>> Andinet<BR>> <BR>> On Wed, May 6, 2009 at 12:31 PM, Walter Cabrera Parra <BR>> <walter@med.ucm.es> wrote:<BR>> > Dear users:<BR>> ><BR>> > I would like someone to help me work with classes View2D, <BR>> View3D and<BR>> > QTWidget, eg display a cylinder.<BR>> > Thank you<BR>> > Walter<BR>> ><BR>> > _______________________________________________<BR>> > Powered by www.kitware.com<BR>> ><BR>> > Visit other Kitware open-source projects at<BR>> > http://www.kitware.com/opensource/opensource.html<BR>> ><BR>> > Follow this link to subscribe/unsubscribe:<BR>> > http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users<BR>> ><BR>> _______________________________________________<BR>> Powered by www.kitware.com<BR>> <BR>> Visit other Kitware open-source projects at <BR>> http://www.kitware.com/opensource/opensource.html<BR>> Follow this link to subscribe/unsubscribe:<BR>> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users<BR>> </FONT></DIV>