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 |
Generated from: MR::Chunk Aliases: ChunkIterator.pointer, ChunkIterator.reference, ChunkIterator.value_type array chunk representation
|
static |
None mrmeshpy.Chunk.__init__ | ( | self | ) |
None mrmeshpy.Chunk.__init__ | ( | self, | |
int | offset, | ||
int | size ) |
Implicit aggregate constructor.
int mrmeshpy.Chunk.offset | ( | self | ) |
chunk offset
None mrmeshpy.Chunk.offset | ( | self, | |
int | arg1 ) |
|
static |
|
static |
int mrmeshpy.Chunk.size | ( | self | ) |
chunk size; the last chunk's size may be smaller than other chunk's ones
None mrmeshpy.Chunk.size | ( | self, | |
int | arg1 ) |
|
staticprotected |
|
staticprotected |