MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0003547 | VTK | (No Category) | public | 2006-07-25 11:59 | 2016-08-12 09:54 |
| Reporter | Joel Schaerer | ||||
| Assigned To | Berk Geveci | ||||
| Priority | low | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0003547: Render() breaks interactor | ||||
| Description | It seems that calling the Render() method on a vtkRenderWindow before starting an interactor on a the same window breaks the interactor. Here is a minimal example: ---- begin code ----- #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> int main() { vtkRenderWindow * renwin = vtkRenderWindow::New(); //renwin->Render(); /*If line is not commented, interactor doesn't work!!! */ vtkRenderWindowInteractor * i = vtkRenderWindowInteractor::New(); i->SetRenderWindow(renwin); i->Start(); } ---- end code ----- without the call to Render(), the interactor works, ie. the 'q' key works, for example. If I uncomment the line, the interactor doesn't work at all. I'm using vtk-4.5.0-0.cvs20040114.2 (creatis version), on a linux machine. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-02-06 10:56 | Jeff Baumes | Assigned To | Mathieu Malaterre => Berk Geveci | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036880 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||