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

Public Member Functions

None __init__ (self)
 
None __init__ (self, int arg0)
 
None __init__ (self, int arg0, int arg1)
 
str __repr__ (self)
 
int value (self)
 

Detailed Description

A helper class containing a list of scalars. This is used for functions with scalar output parameters.
NOTE: If a function outputs an array, you must manually resize this to the correct size or risk undefined behavior.

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.unsigned_char_output.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.unsigned_char_output.__init__ ( self,
int arg0 )

◆ __init__() [3/3]

None meshlib.mrmeshpy.unsigned_char_output.__init__ ( self,
int arg0,
int arg1 )

Member Function Documentation

◆ __repr__()

str meshlib.mrmeshpy.unsigned_char_output.__repr__ ( self)

◆ value()

int meshlib.mrmeshpy.unsigned_char_output.value ( self)
If the list contains exactly one value, returns it. Otherwise throws.

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