Public Member Functions | |
bool | __bool__ (self) |
bool | __eq__ (self, VoxelsLoad.DicomStatusEnum s) |
None | __init__ (self, VoxelsLoad.DicomStatusEnum st, str rs='""') |
None | __init__ (self, VoxelsLoad.DicomStatus arg0) |
str | reason (self) |
None | reason (self, str arg1) |
Static Public Attributes | |
VoxelsLoad | status .DicomStatusEnum |
Generated from: MR::VoxelsLoad::DicomStatus
None mrmeshpy.VoxelsLoad.DicomStatus.__init__ | ( | self, | |
VoxelsLoad.DicomStatusEnum | st, | ||
str | rs = '""' ) |
implicit by design
None mrmeshpy.VoxelsLoad.DicomStatus.__init__ | ( | self, | |
VoxelsLoad.DicomStatus | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.VoxelsLoad.DicomStatus.__bool__ | ( | self | ) |
bool mrmeshpy.VoxelsLoad.DicomStatus.__eq__ | ( | self, | |
VoxelsLoad.DicomStatusEnum | s ) |
str mrmeshpy.VoxelsLoad.DicomStatus.reason | ( | self | ) |
if status is Unsupported, specify reason why
None mrmeshpy.VoxelsLoad.DicomStatus.reason | ( | self, | |
str | arg1 ) |
|
static |