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

Public Member Functions

None __init__ (self)
 
None __init__ (self, int offset, int size)
 
int offset (self)
 
None offset (self, int arg1)
 
int size (self)
 
None size (self, int arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_offset = 0
 
typing _offsetof_size = 8
 

Detailed Description

Generated from:  MR::Chunk
Aliases:  ChunkIterator.pointer, ChunkIterator.reference, ChunkIterator.value_type

array chunk representation

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.Chunk.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.Chunk.__init__ ( self,
int offset,
int size )
Implicit aggregate constructor.

Member Function Documentation

◆ offset() [1/2]

int mrmeshpy.Chunk.offset ( self)
chunk offset

◆ offset() [2/2]

None mrmeshpy.Chunk.offset ( self,
int arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ size() [1/2]

int mrmeshpy.Chunk.size ( self)
chunk size; the last chunk's size may be smaller than other chunk's ones

◆ size() [2/2]

None mrmeshpy.Chunk.size ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_offset

typing mrmeshpy.Chunk._offsetof_offset = 0
staticprotected

◆ _offsetof_size

typing mrmeshpy.Chunk._offsetof_size = 8
staticprotected

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