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 | Signed .ClassVar[MeshToVolumeParams.Type] |
typing | Unsigned .ClassVar[MeshToVolumeParams.Type] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: Signed : only closed meshes can be converted with signed type Unsigned : this type leads to shell like iso-surfaces
None mrmeshpy.MeshToVolumeParams.Type.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.MeshToVolumeParams.Type.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.MeshToVolumeParams.Type.__getstate__ | ( | self | ) |
int mrmeshpy.MeshToVolumeParams.Type.__hash__ | ( | self | ) |
int mrmeshpy.MeshToVolumeParams.Type.__index__ | ( | self | ) |
int mrmeshpy.MeshToVolumeParams.Type.__int__ | ( | self | ) |
bool mrmeshpy.MeshToVolumeParams.Type.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.MeshToVolumeParams.Type.__repr__ | ( | self | ) |
None mrmeshpy.MeshToVolumeParams.Type.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.MeshToVolumeParams.Type.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.MeshToVolumeParams.Type.name | ( | self | ) |
int mrmeshpy.MeshToVolumeParams.Type.value | ( | self | ) |
|
static |
|
static |