MantisBT - VTK
View Issue Details
0006504VTK(No Category)public2008-03-04 12:282016-08-12 09:54
Jon Goldman 
Berk Geveci 
normalcrashalways
closedmoved 
 
 
0006504: vtkInteractorStyleRubberBand3D::OnMouseWheelForward/Backward crashing
I sent this email to vtk developers, but thought it would be good to log an "official" bug.

I checked out VTK source from the trunk today and built, and this view-based python script was crashing when I moved the mouse wheel back and forth:

  from vtk import *
  source = vtkSphereSource()
  view = vtkRenderView()
  surfaceRep = vtkSurfaceRepresentation()
  surfaceRep.SetInputConnection(source.GetOutputPort())
  view.AddRepresentation(surfaceRep)
  window = vtkRenderWindow()
  window.SetSize(600, 600)
  view.SetupRenderWindow(window)
  window.GetInteractor().Start()

It looks like this call is missing from the beginning of vtkInteractorStyleRubberBand3D::OnMouseWheelForward() and vtkInteractorStyleRubberBand3D::OnMouseWheelBackward() methods:

    this->FindPokedRenderer(
    this->Interactor->GetEventPosition()[0],
    this->Interactor->GetEventPosition()[1]);

-Jon
No tags attached.
Issue History
2008-03-04 12:28Jon GoldmanNew Issue
2008-03-04 12:55Berk GeveciStatusbacklog => tabled
2008-03-04 12:55Berk GeveciAssigned To => Berk Geveci
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036959
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036959)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.