[vtkusers] how to split the renderwindow into subwindows?
Michael Scarpa
m.scarpa at uva.nl
Thu Dec 14 09:33:58 EST 2006
Hi Ashish,
you can have multiple renderers inside one render window and set the
actual space that the renderer occupies in the render window by
setting the viewport. Check the documentation of the vtkRenderer
class. In case you want more complex interaction, though, it is
advisable to use a GUI toolkit and possibly create multiple VTK widgets.
With kind regards,
Michael
On 13 Dec, 2006, at 23:48, Ashish Singh wrote:
> Hi,
>
> I have created a volume from medical images. Now I want to display
> the volume and the individual, XY,YZ and ZX sectional 2D images in
> the renderwindow. How do I split the renderwindow into sub windows
> for this?
> Is there a class that can do this? I want to be able to control/
> interact with each subwindow separately. What is the best way to do
> this?
>
> Can anyone plz. help me with this?
>
> Thanks,
> Ashish
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list