MCPcopy Create free account
hub / github.com/Kitware/VTK / setActiveView

Method setActiveView

Web/Python/vtkmodules/web/protocols.py:88–92  ·  view source on GitHub ↗

Set a vtkRenderWindow to be the active one

(self, view)

Source from the content-addressed store, hash-verified

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# =============================================================================

Callers

nothing calls this directly

Calls 3

getApplicationMethod · 0.95
SetActiveObjectMethod · 0.80
GetObjectIdMapMethod · 0.80

Tested by

no test coverage detected