MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ScalarType Class Reference

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]
 

Detailed Description

Members:

  UInt8

  Int8

  UInt16

  Int16

  UInt32

  Int32

  UInt64

  Int64

  Float32

  Float64

  Float32_4 : the last value from float[4]

  Unknown

  Count

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.ScalarType.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.ScalarType.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.ScalarType.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.ScalarType.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.ScalarType.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.ScalarType.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.ScalarType.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.ScalarType.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.ScalarType.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.ScalarType.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.ScalarType.name ( self)

◆ value()

int meshlib.mrmeshpy.ScalarType.value ( self)

Member Data Documentation

◆ Count

typing meshlib.mrmeshpy.ScalarType.Count .ClassVar[ScalarType]
static

◆ Float32

typing meshlib.mrmeshpy.ScalarType.Float32 .ClassVar[ScalarType]
static

◆ Float32_4

typing meshlib.mrmeshpy.ScalarType.Float32_4 .ClassVar[ScalarType]
static

◆ Float64

typing meshlib.mrmeshpy.ScalarType.Float64 .ClassVar[ScalarType]
static

◆ Int16

typing meshlib.mrmeshpy.ScalarType.Int16 .ClassVar[ScalarType]
static

◆ Int32

typing meshlib.mrmeshpy.ScalarType.Int32 .ClassVar[ScalarType]
static

◆ Int64

typing meshlib.mrmeshpy.ScalarType.Int64 .ClassVar[ScalarType]
static

◆ Int8

typing meshlib.mrmeshpy.ScalarType.Int8 .ClassVar[ScalarType]
static

◆ UInt16

typing meshlib.mrmeshpy.ScalarType.UInt16 .ClassVar[ScalarType]
static

◆ UInt32

typing meshlib.mrmeshpy.ScalarType.UInt32 .ClassVar[ScalarType]
static

◆ UInt64

typing meshlib.mrmeshpy.ScalarType.UInt64 .ClassVar[ScalarType]
static

◆ UInt8

typing meshlib.mrmeshpy.ScalarType.UInt8 .ClassVar[ScalarType]
static

◆ Unknown

typing meshlib.mrmeshpy.ScalarType.Unknown .ClassVar[ScalarType]
static

The documentation for this class was generated from the following file: