-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathweb_visualizer.pyi
47 lines (34 loc) · 1.15 KB
/
web_visualizer.pyi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
"""
This type stub file was generated by pyright.
"""
import ipywidgets
from open3d._build_config import _build_config
if not _build_config["BUILD_JUPYTER_EXTENSION"]:
...
@ipywidgets.register
class WebVisualizer(ipywidgets.DOMWidget):
"""Open3D Web Visualizer based on WebRTC."""
_view_name = ...
_model_name = ...
_view_module = ...
_model_module = ...
_view_module_version = ...
_model_module_version = ...
window_uid = ...
pyjs_channel = ...
jspy_channel = ...
def show(self): # -> None:
...
class _AsyncEventLoop:
class _Task:
_g_next_id = ...
def __init__(self, f) -> None:
...
def __init__(self) -> None:
...
def run_sync(self, f):
...
_async_event_loop = ...
def draw(geometry=..., title=..., width=..., height=..., actions=..., lookat=..., eye=..., up=..., field_of_view=..., bg_color=..., bg_image=..., show_ui=..., point_size=..., animation_time_step=..., animation_duration=..., rpc_interface=..., on_init=..., on_animation_frame=..., on_animation_tick=...): # -> None:
"""Draw in Jupyter Cell"""
...