Set a vtkRenderWindow to be the active one
(self, view)
| 86 | return v |
| 87 | |
| 88 | def setActiveView(self, view): |
| 89 | """ |
| 90 | Set a vtkRenderWindow to be the active one |
| 91 | """ |
| 92 | self.getApplication().GetObjectIdMap().SetActiveObject("VIEW", view) |
| 93 | |
| 94 | |
| 95 | # ============================================================================= |
nothing calls this directly
no test coverage detected