On Aug 16, 2007, at 1:19 AM, Suja wrote: > I have a Fl_window on which a vtkviewer is displayed. I am planning > to have multiple vtkviewers tiled on to a single Fl_Window. I would > like to give a save button which can save the whole window display > as a 2D Image. > Is there any way I could do that.
Look at the documentation of fl_read_image in the "Drawing" chapter. It depends on your platform though if you can read the VTK windows as well, since they are likely implemented using accelerated 3D graphics. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

