[vtkusers] vtkImageViewer2 Display problems

zagwin zagwin at gmail.com
Fri May 29 14:24:20 EDT 2015


I figured out how to solved the first problem. just need to add
"m_image->Modified();"
I am still confused about the second problem, does anybody can tell me why
or give me a suggestion where I can find the answer? Thanks


zagwin wrote
> void MainWindow::ProcessData()
> {
> 	..........
>         m_image->Modified();
>         .......................
> 	image_view->SetInputData(m_image);
> 	image_view->GetRenderer()->ResetCamera();
> 	image_view->Render();
> }





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


More information about the vtkusers mailing list