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

Method freeObject

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

Delete the given vtkObject from the objectIdMap. Returns true if delete succeeded.

(self, obj)

Source from the content-addressed store, hash-verified

56 return self.getApplication().GetObjectIdMap().GetGlobalId(obj)
57
58 def freeObject(self, obj):
59 """
60 Delete the given vtkObject from the objectIdMap. Returns true if delete succeeded.
61 """
62 return self.getApplication().GetObjectIdMap().FreeObject(obj)
63
64 def freeObjectById(self, id):
65 """

Callers

nothing calls this directly

Calls 3

getApplicationMethod · 0.95
FreeObjectMethod · 0.80
GetObjectIdMapMethod · 0.80

Tested by

no test coverage detected