Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | Count .ClassVar[ScalarType] |
| typing | Float32 .ClassVar[ScalarType] |
| typing | Float32_4 .ClassVar[ScalarType] |
| typing | Float64 .ClassVar[ScalarType] |
| typing | Int16 .ClassVar[ScalarType] |
| typing | Int32 .ClassVar[ScalarType] |
| typing | Int64 .ClassVar[ScalarType] |
| typing | Int8 .ClassVar[ScalarType] |
| typing | UInt16 .ClassVar[ScalarType] |
| typing | UInt32 .ClassVar[ScalarType] |
| typing | UInt64 .ClassVar[ScalarType] |
| typing | UInt8 .ClassVar[ScalarType] |
| typing | Unknown .ClassVar[ScalarType] |
Members: UInt8 Int8 UInt16 Int16 UInt32 Int32 UInt64 Int64 Float32 Float64 Float32_4 : the last value from float[4] Unknown Count
| None mrmeshpy.ScalarType.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.ScalarType.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.ScalarType.__getstate__ | ( | self | ) |
| int mrmeshpy.ScalarType.__hash__ | ( | self | ) |
| int mrmeshpy.ScalarType.__index__ | ( | self | ) |
| int mrmeshpy.ScalarType.__int__ | ( | self | ) |
| bool mrmeshpy.ScalarType.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.ScalarType.__repr__ | ( | self | ) |
| None mrmeshpy.ScalarType.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.ScalarType.__str__ | ( | self | ) |
| str mrmeshpy.ScalarType.name | ( | self | ) |
| int mrmeshpy.ScalarType.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |