open3d.core.DtypeCode

class open3d.core.DtypeCode

Open3D data type codes.

Members:

Undefined

Bool

Int

UInt

Float

Object

Bool = DtypeCode.Bool
Float = DtypeCode.Float
Int = DtypeCode.Int
Object = DtypeCode.Object
UInt = DtypeCode.UInt
Undefined = DtypeCode.Undefined