MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.IOFilter Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, str _name, str _ext)
 
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
 

Detailed Description

Generated from:  MR::IOFilter

\\defgroup IOFiltersGroup IO Filters
\\ingroup IOGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.IOFilter.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.IOFilter.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.IOFilter.__init__ ( self,
str _name,
str _ext )

Member Function Documentation

◆ extensions() [1/2]

str mrmeshpy.IOFilter.extensions ( self)
"*.ext" or "*.ext1;*.ext2;*.ext3"

◆ extensions() [2/2]

None mrmeshpy.IOFilter.extensions ( self,
str arg1 )

◆ isSupportedExtension()

bool mrmeshpy.IOFilter.isSupportedExtension ( self,
str ext )

◆ operator() [1/2]

IOFilter mrmeshpy.IOFilter.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

IOFilter mrmeshpy.IOFilter.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_extensions

typing mrmeshpy.IOFilter._offsetof_extensions = 32
staticprotected

◆ _offsetof_name

typing mrmeshpy.IOFilter._offsetof_name = 0
staticprotected

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