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) |
Static Public Attributes | |
int | pointer = Chunk |
reference = Chunk | |
value_type = Chunk | |
Protected Member Functions | |
Chunk | _Arrow (self) |
ChunkIterator | _PlusPlus (self) |
Static Protected Member Functions | |
ChunkIterator | _PlusPlus (*args, **kwargs) |
Generated from: MR::ChunkIterator iterator class for array chunks
None mrmeshpy.ChunkIterator.__init__ | ( | self | ) |
Implicit default constructor.
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 | ) |
|
protected |
|
staticprotected |
|
protected |
|
static |
|
static |
|
static |