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

Method getGlobalId

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

Return the id for a given vtkObject

(self, obj)

Source from the content-addressed store, hash-verified

50 return self.getApplication().GetObjectIdMap().GetVTKObject(id)
51
52 def getGlobalId(self, obj):
53 """
54 Return the id for a given vtkObject
55 """
56 return self.getApplication().GetObjectIdMap().GetGlobalId(obj)
57
58 def freeObject(self, obj):
59 """

Callers 13

resetCameraMethod · 0.80
stillRenderMethod · 0.80
startViewAnimationMethod · 0.80
stopViewAnimationMethod · 0.80
imagePushMethod · 0.80
stillRenderMethod · 0.80
addRenderObserverMethod · 0.80
removeRenderObserverMethod · 0.80
setViewQualityMethod · 0.80
setViewSizeMethod · 0.80

Calls 3

getApplicationMethod · 0.95
GetGlobalIdMethod · 0.80
GetObjectIdMapMethod · 0.80

Tested by

no test coverage detected