[Insight-developers] VTK in FLTK on OSX
Luis Ibanez
luis . ibanez at kitware . com
Thu, 10 Jul 2003 15:07:37 -0400
Hi John,
Please use the vtkFlRenderWindowInteractor class that is available in
InsightApplications/Auxiliary/VtkFltk
This is the class that will allow you to manage a VTK image inside
a FLTK GUI interface.
We are using this class (created by Charles P. Botha) in several
applications combining VTK, ITK and FLTK.
It works nicely.
Regards,
Luis
--------------------------
John M. Galeotti wrote:
> There is currently a major problem on Mac OSX systems regarding VTK
> and FLTK (the toolkits used by many ITK apps, including our own):
> FLTK goes crazy if you do not give each VTK window its own FLTK
> window. Apparently, each VTK window takes over the entire FLTK window
> in which it is placed, covering up all other widgets. If 2 VTK
> windows are placed side by side in a single FLTK window, then both VTK
> windows will cover the entire FLTK window, but one of the VTK windows
> will end up on top of the other VTK window.
>
> Are there any plans to fix this? If not, does anyone know where I
> should start looking to fix it myself? Would
> vtkFlRenderWindowInteractor be a good place to start? Any help would
> be greatly appreciated.
>
> Thank you,
> John Galeotti
> jgaleotti at cmu . edu
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk . org
> http://www . itk . org/mailman/listinfo/insight-developers
>