File: open3d.io.rpc.rst

package info (click to toggle)
open3d 0.19.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,496 kB
  • sloc: cpp: 206,543; python: 27,254; ansic: 8,356; javascript: 1,883; sh: 1,527; makefile: 259; xml: 69
file content (38 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (3)
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
open3d.io.rpc
-------------

.. currentmodule:: open3d.io.rpc

**Classes**

.. autosummary::

    BufferConnection
    Connection

**Functions**

.. autosummary::

    destroy_zmq_context
    data_buffer_to_meta_geometry
    set_active_camera
    set_legacy_camera
    set_mesh_data
    set_point_cloud
    set_time
    set_triangle_mesh

.. toctree::
    :hidden:

    BufferConnection <open3d.io.rpc.BufferConnection>
    Connection <open3d.io.rpc.Connection>
    destroy_zmq_context <open3d.io.rpc.destroy_zmq_context>
    data_buffer_to_meta_geometry <open3d.io.rpc.data_buffer_to_meta_geometry>
    set_active_camera <open3d.io.rpc.set_active_camera>
    set_legacy_camera <open3d.io.rpc.set_legacy_camera>
    set_mesh_data <open3d.io.rpc.set_mesh_data>
    set_point_cloud <open3d.io.rpc.set_point_cloud>
    set_time <open3d.io.rpc.set_time>
    set_triangle_mesh <open3d.io.rpc.set_triangle_mesh>