MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, CompressZipSettings arg0)
None __init__ (self, std_vector_std_filesystem_path excludeFiles, int compressionLevel, str password, func_bool_from_float cb)
func_bool_from_float cb (self)
None cb (self, func_bool_from_float arg1)
int compressionLevel (self)
None compressionLevel (self, int arg1)
std_vector_std_filesystem_path excludeFiles (self)
None excludeFiles (self, std_vector_std_filesystem_path arg1)
str password (self)
None password (self, str arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
CompressZipSettings operator (*args, **kwargs)
CompressZipSettings operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_cb = 64
typing _offsetof_compressionLevel = 24
typing _offsetof_excludeFiles = 0
typing _offsetof_password = 32

Detailed Description

Generated from:  MR::CompressZipSettings

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.CompressZipSettings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.CompressZipSettings.__init__ ( self,
CompressZipSettings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.CompressZipSettings.__init__ ( self,
std_vector_std_filesystem_path excludeFiles,
int compressionLevel,
str password,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ cb() [1/2]

func_bool_from_float mrmeshpy.CompressZipSettings.cb ( self)
an option to get progress notifications and cancel the operation

◆ cb() [2/2]

None mrmeshpy.CompressZipSettings.cb ( self,
func_bool_from_float arg1 )

◆ compressionLevel() [1/2]

int mrmeshpy.CompressZipSettings.compressionLevel ( self)
[0-9]: greater level means longer processing but better compression 
0 is special value to use default level

◆ compressionLevel() [2/2]

None mrmeshpy.CompressZipSettings.compressionLevel ( self,
int arg1 )

◆ excludeFiles() [1/2]

std_vector_std_filesystem_path mrmeshpy.CompressZipSettings.excludeFiles ( self)
files that should not be included to result zip 

◆ excludeFiles() [2/2]

None mrmeshpy.CompressZipSettings.excludeFiles ( self,
std_vector_std_filesystem_path arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ password() [1/2]

str mrmeshpy.CompressZipSettings.password ( self)
if password is given then the archive will be encrypted

◆ password() [2/2]

None mrmeshpy.CompressZipSettings.password ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_cb

typing mrmeshpy.CompressZipSettings._offsetof_cb = 64
staticprotected

◆ _offsetof_compressionLevel

typing mrmeshpy.CompressZipSettings._offsetof_compressionLevel = 24
staticprotected

◆ _offsetof_excludeFiles

typing mrmeshpy.CompressZipSettings._offsetof_excludeFiles = 0
staticprotected

◆ _offsetof_password

typing mrmeshpy.CompressZipSettings._offsetof_password = 32
staticprotected

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