[vtkusers] Stop Zooming in VTK Widget
Manobala
t.manobala2009 at gmail.com
Thu Sep 24 00:22:09 EDT 2015
hi to all am very new to vtk actually am trying to display serial Dicom
images and it is done using
http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadDICOMSeries by code in this
link there is mouse events are used for example virtual void
OnMouseWheelForward() to get the next slice of the dicom image ,i had a
problem here (i.e) if i move the mousewheel forward means i get the next
image at the same time the image getting Zooming i need to stop Zooming plz
help me
i had tried this code also
vtkSmartPointer<vtkInteractorStyleImage> style =
vtkSmartPointer<vtkInteractorStyleImage>::New();
style->SetInteractionMode(0);
its not work plz share some other code
Thanking you
Mano
--
View this message in context: http://vtk.1045678.n5.nabble.com/Stop-Zooming-in-VTK-Widget-tp5734103.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list