Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int arg0) |
None | __init__ (self, int arg0, int arg1) |
str | __repr__ (self) |
int | value (self) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
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.
None mrmeshpy.unsigned_char_output.__init__ | ( | self | ) |
None mrmeshpy.unsigned_char_output.__init__ | ( | self, | |
int | arg0 ) |
None mrmeshpy.unsigned_char_output.__init__ | ( | self, | |
int | arg0, | ||
int | arg1 ) |
str mrmeshpy.unsigned_char_output.__repr__ | ( | self | ) |
|
staticprotected |
int mrmeshpy.unsigned_char_output.value | ( | self | ) |
If the list contains exactly one value, returns it. Otherwise throws.