MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0006506 | VTK | (No Category) | public | 2008-03-04 15:09 | 2016-08-12 09:54 |
Reporter | Jon Goldman | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0006506: vtkRenderView view not updating (refreshing) after selection | ||||
Description | Click-and dragging the mouse in the render view window, and the region that is selected does not visually update (i.e. don't see the purple outlines around the cells) until you do something else, like rotate, or zoom back and forth, or re-size the window. Running this python script illustrates the problem (on my Windows system): 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() Perhaps vtkRenderView::ProcessEvents() should have a call to "this->Update();" at the end of the block where a selection is detected. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-03-04 15:09 | Jon Goldman | New Issue | |||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
2016-08-12 09:54 | Kitware Robot | Note Added: 0036960 | |||
2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
2016-08-12 09:54 | Kitware Robot | Assigned To | => Kitware Robot |
Notes | |||||
|
|||||
|
|