Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Chunk arg0) |
None | __init__ (self, int offset, int size) |
int | offset (self) |
None | offset (self, int arg1) |
int | size (self) |
None | size (self, int arg1) |
Generated from: MR::Chunk Aliases: ChunkIterator.pointer, ChunkIterator.reference, ChunkIterator.value_type array chunk representation
None mrmeshpy.Chunk.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.Chunk.__init__ | ( | self, | |
Chunk | arg0 ) |
Implicit copy constructor.
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 ) |
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 ) |