Hi, 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. Thanks so much. -Suja.
flw = new Fl_Window(300,500,title); flrwi = new vtkFlRenderWindowInteractor(5,27,290,260,NULL); flw->resizable(flrwi); viewer = vtkImageViewer2::New(); viewer->SetupInteractor(flrwi); ........... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

