[vtkusers] How to handle that error ? !!!

circass circass at gmail.com
Wed Jan 20 03:58:18 EST 2010


Problem Solved,

the solution is ;

if you will use a planewidget resliceoutput as an input for an imageviewer
you have to initialize it in that way, 

	m_axialViewer->SetInput(m_planeWidgetZ->GetResliceOutput());
	ui.qvtkAxial->SetRenderWindow(m_axialViewer->GetRenderWindow());

i was using img pointer as in input before but it is only usefull for sliced
images, now i can use all.

Thanx for your interests.

-- 
View this message in context: http://old.nabble.com/How-to-handle-that-error---%21%21%21-tp27228258p27238497.html
Sent from the VTK - Users mailing list archive at Nabble.com.




More information about the vtkusers mailing list