Public Member Functions | |
| bool | __eq__ (self, ChunkIterator other) |
| None | __init__ (self) |
| None | __init__ (self, ChunkIterator arg0) |
| None | __init__ (self, int totalSize, int chunkSize, int overlap, int index) |
| Chunk | __mul__ (self) |
| ChunkIterator | operator (self) |
| Chunk | operatorminus (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ChunkIterator | operator (*args, **kwargs) |
| ChunkIterator | operator (*args, **kwargs) |
| ChunkIterator | operator (*args, **kwargs) |
Static Public Attributes | |
| int | pointer = Chunk |
| reference = Chunk | |
| value_type = Chunk | |
Static Protected Attributes | |
| typing | _offsetof_chunkSize = 8 |
| typing | _offsetof_index = 24 |
| typing | _offsetof_overlap = 16 |
| typing | _offsetof_totalSize = 0 |
Generated from: MR::ChunkIterator iterator class for array chunks
|
static |
| None mrmeshpy.ChunkIterator.__init__ | ( | self | ) |
| None mrmeshpy.ChunkIterator.__init__ | ( | self, | |
| ChunkIterator | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ChunkIterator.__init__ | ( | self, | |
| int | totalSize, | ||
| int | chunkSize, | ||
| int | overlap, | ||
| int | index ) |
Implicit aggregate constructor.
| bool mrmeshpy.ChunkIterator.__eq__ | ( | self, | |
| ChunkIterator | other ) |
| Chunk mrmeshpy.ChunkIterator.__mul__ | ( | self | ) |
|
static |
|
static |
|
static |
| ChunkIterator mrmeshpy.ChunkIterator.operator | ( | self | ) |
| Chunk mrmeshpy.ChunkIterator.operatorminus | ( | self | ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |