Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAMMiCA/ChangeSim
/ destroy_window
Method
destroy_window
script/utils/visualization.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
self.__vis.run()
34
35
def
destroy_window(self):
36
self.__vis.destroy_window()
37
38
def
add_geometry(self, data):
#ply
39
self.__vis.add_geometry(data)
Callers
1
__del__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected