Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, str _name, str _ext) |
| None | __init__ (self, IOFilter arg0) |
| bool | isSupportedExtension (self, str ext) |
| str | extensions (self) |
| None | extensions (self, str arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| IOFilter | operator (*args, **kwargs) |
| IOFilter | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_extensions = 32 |
| typing | _offsetof_name = 0 |
Generated from: MR::IOFilter
|
static |
| None mrmeshpy.IOFilter.__init__ | ( | self | ) |
| None mrmeshpy.IOFilter.__init__ | ( | self, | |
| str | _name, | ||
| str | _ext ) |
| None mrmeshpy.IOFilter.__init__ | ( | self, | |
| IOFilter | arg0 ) |
Implicit copy constructor.
| str mrmeshpy.IOFilter.extensions | ( | self | ) |
"*.ext" or "*.ext1;*.ext2;*.ext3"
| None mrmeshpy.IOFilter.extensions | ( | self, | |
| str | arg1 ) |
| bool mrmeshpy.IOFilter.isSupportedExtension | ( | self, | |
| str | ext ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |