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 meshlib.mrmeshpy.ScalarType.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.ScalarType.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.ScalarType.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.ScalarType.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.ScalarType.__index__ | ( | self | ) |
int meshlib.mrmeshpy.ScalarType.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.ScalarType.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.ScalarType.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.ScalarType.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.ScalarType.__str__ | ( | self | ) |
str meshlib.mrmeshpy.ScalarType.name | ( | self | ) |
int meshlib.mrmeshpy.ScalarType.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |