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

Method getApplication

Web/Python/vtkmodules/web/protocols.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33
34class vtkWebProtocol(LinkProtocol):
35 def getApplication(self):
36 return self.getSharedObject("app")
37
38 # no need for a setApplication anymore, but keep for compatibility
39 def setApplication(self, app):

Callers 15

mapIdToObjectMethod · 0.95
getGlobalIdMethod · 0.95
freeObjectMethod · 0.95
freeObjectByIdMethod · 0.95
getViewMethod · 0.95
setActiveViewMethod · 0.95
mouseInteractionMethod · 0.45
updateZoomFromWheelMethod · 0.45
resetCameraMethod · 0.45
updateCameraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected