open3d.core.Dtype

class open3d.core.Dtype

Open3D data types.

__init__(self: open3d.cpu.pybind.core.Dtype, arg0: open3d.cpu.pybind.core.DtypeCode, arg1: int, arg2: str)None
byte_code(self: open3d.cpu.pybind.core.Dtype)open3d.cpu.pybind.core.DtypeCode
byte_size(self: open3d.cpu.pybind.core.Dtype)int
Bool = Bool
Float32 = Float32
Float64 = Float64
Int16 = Int16
Int32 = Int32
Int64 = Int64
Int8 = Int8
UInt16 = UInt16
UInt32 = UInt32
UInt64 = UInt64
UInt8 = UInt8
Undefined = Undefined