open3d.core.DtypeCode

class open3d.core.DtypeCode

Open3D data type codes.

Members:

Undefined

Bool

Int

UInt

Float

Object

Bool = <DtypeCode.Bool: 1>
Float = <DtypeCode.Float: 4>
Int = <DtypeCode.Int: 2>
Object = <DtypeCode.Object: 5>
UInt = <DtypeCode.UInt: 3>
Undefined = <DtypeCode.Undefined: 0>
property value