[vtkusers] vtkImageViewer2 and QVTKWidget

chasank chasank at gmail.com
Mon Nov 10 03:46:36 EST 2014


First of all do not use application-type classes such as vtkImageViewer2 if
you want to have full control on your application. 
-Add 4 vtkRenderer instances to a vtkRenderWindow. Set their locations with
vtkViewport::SetViewport(double, double, double, double).
- Add your vtkProp instances to your current vtkRenderers.
-Write a custom class that inherits from vtkCommand for controlling
interactions such as window leveling, scaling etc.



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkImageViewer2-and-QVTKWidget-tp5729373p5729417.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list