cloudViewer.core.Device#
- class cloudViewer.core.Device#
Device context specifying device type and device id.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.core.Device) -> None
__init__(self: cloudViewer.core.Device, arg0: cloudViewer::core::Device::DeviceType, arg1: typing.SupportsInt) -> None
__init__(self: cloudViewer.core.Device, arg0: str, arg1: typing.SupportsInt) -> None
__init__(self: cloudViewer.core.Device, arg0: str) -> None
- get_id(self: cloudViewer.core.Device) int#
- get_type(self: cloudViewer.core.Device) cloudViewer::core::Device::DeviceType#