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

Public Member Functions

None __init__ (self)
None __init__ (self, ZlibCompressStats arg0)
None __init__ (self, int crc32, int uncompressedSize, int compressedSize)
int compressedSize (self)
None compressedSize (self, int arg1)
int crc32 (self)
None crc32 (self, int arg1)
int uncompressedSize (self)
None uncompressedSize (self, int arg1)

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_compressedSize = 16
typing _offsetof_crc32 = 0
typing _offsetof_uncompressedSize = 8

Detailed Description

Generated from:  MR::ZlibCompressStats

statistics gathered during compression: CRC-32 of the uncompressed input and
the total numbers of bytes read from / written to the streams

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.ZlibCompressStats.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.ZlibCompressStats.__init__ ( self,
int crc32,
int uncompressedSize,
int compressedSize )
Implicit aggregate constructor.

Member Function Documentation

◆ compressedSize() [1/2]

int mrmeshpy.ZlibCompressStats.compressedSize ( self)
total bytes written to the output stream

◆ compressedSize() [2/2]

None mrmeshpy.ZlibCompressStats.compressedSize ( self,
int arg1 )

◆ crc32() [1/2]

int mrmeshpy.ZlibCompressStats.crc32 ( self)
CRC-32 of the uncompressed input

◆ crc32() [2/2]

None mrmeshpy.ZlibCompressStats.crc32 ( self,
int arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ uncompressedSize() [1/2]

int mrmeshpy.ZlibCompressStats.uncompressedSize ( self)
total bytes read from the input stream

◆ uncompressedSize() [2/2]

None mrmeshpy.ZlibCompressStats.uncompressedSize ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_compressedSize

typing mrmeshpy.ZlibCompressStats._offsetof_compressedSize = 16
staticprotected

◆ _offsetof_crc32

typing mrmeshpy.ZlibCompressStats._offsetof_crc32 = 0
staticprotected

◆ _offsetof_uncompressedSize

typing mrmeshpy.ZlibCompressStats._offsetof_uncompressedSize = 8
staticprotected

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