[Insight-users] VTK - FLTK question
Luis Ibanez
luis.ibanez at kitware.com
Mon, 15 Mar 2004 22:08:25 -0500
Hi Ruby,
Please look at the code posted on Saturday March 13th:
http://www.itk.org/pipermail/insight-users/2004-March/007350.html
The ImageSliceViewer class is using VTK classes
for displaying and image in an FLTK interface.
You can customize your interactions by following
the code in this example.
Regards,
Luis
------------------------
Ruby Shamir wrote:
> Hello,
>
> I am working on MRI - Laser scan registration,
>
> Currently I would like to build a friendly interface enabling to perform
> closed form registration (to be used as initial guess latter).
>
> So far, our software extracts a 3D volume from a set of 2D slices and
> puts in the right place in the FLTK based GUI.
>
> To do that I used vtkFlRenderWindowInteractor downloaded
> from:http://cpbotha.net/vtkFlRenderWindowInteractor.html, it enables to
> interact with the window.
>
> Next I would like to do:
>
> * Disable the current VTK window interactions (Rotations, Translations
> and Zooming) and to apply them from FLTK interface (When I tried to
> rotate the VTK object from FLTK it throw exceptions).
>
> * When clicking on the VTK window I would like to get its depth (getZ()
> ?)
>
> I spent several days trying to do that (and currently thinking to apply
> my own parser)
>
> Is there a way to do that?
>
> Thank you,
>
> Ruby Shamir
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>