MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.ZlibCompressParams:

Public Member Functions

None __init__ (self)
None __init__ (self, ZlibCompressParams arg0)
int level (self)
None level (self, int arg1)
ZlibCompressStats stats (self)
None stats (self, ZlibCompressStats arg1)
Public Member Functions inherited from mrmeshpy.ZlibParams
None __init__ (self)
None __init__ (self, ZlibParams arg0)
None __init__ (self, bool rawDeflate)
bool rawDeflate (self)
None rawDeflate (self, bool arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
ZlibCompressParams operator (*args, **kwargs)
ZlibCompressParams operator (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.ZlibParams
None __init__ (*args, **kwargs)

Static Protected Attributes

typing _offsetof_level = 4
typing _offsetof_stats = 8
Static Protected Attributes inherited from mrmeshpy.ZlibParams
typing _offsetof_rawDeflate = 0

Detailed Description

Generated from:  MR::ZlibCompressParams

parameters for zlibCompressStream (adds a compression level on top of ZlibParams)

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.ZlibCompressParams.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ level() [1/2]

int mrmeshpy.ZlibCompressParams.level ( self)
compression level: 0 = no compression, 1 = the fastest but the most inefficient,
9 = the most efficient but the slowest; -1 = zlib's default

◆ level() [2/2]

None mrmeshpy.ZlibCompressParams.level ( self,
int arg1 )

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.ZlibParams.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.ZlibParams.

◆ stats() [1/2]

ZlibCompressStats mrmeshpy.ZlibCompressParams.stats ( self)
optional output; if non-null, the pointed-to object is populated with
CRC-32 of the input and the uncompressed / compressed byte totals

◆ stats() [2/2]

None mrmeshpy.ZlibCompressParams.stats ( self,
ZlibCompressStats arg1 )

Member Data Documentation

◆ _offsetof_level

typing mrmeshpy.ZlibCompressParams._offsetof_level = 4
staticprotected

◆ _offsetof_stats

typing mrmeshpy.ZlibCompressParams._offsetof_stats = 8
staticprotected

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