[vtkusers] display image on vtkplanewidget

amir k. kacakici at hotmail.com
Fri Jun 22 09:14:26 EDT 2012


Just to share that, I manage to display the image on my plane widget. 

The  important line code is:

vtkImageData *imageslice = vtkImageData::New;
..
..
imageslice = planeWidget ->GetResliceOutput();


then use the vtkImageActor and vtkRenderer to display the image, either in
your own created window or qvtkWidget. 

amir

--
View this message in context: http://vtk.1045678.n5.nabble.com/display-image-on-vtkplanewidget-tp5714062p5714117.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list