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

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)
 

Detailed Description

Generated from:  MR::ChunkIterator

iterator class for array chunks

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ChunkIterator.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.ChunkIterator.__init__ ( self,
ChunkIterator arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.ChunkIterator.__init__ ( self,
int totalSize,
int chunkSize,
int overlap,
int index )
Implicit aggregate constructor.

Member Function Documentation

◆ __eq__()

bool mrmeshpy.ChunkIterator.__eq__ ( self,
ChunkIterator other )

◆ __mul__()

Chunk mrmeshpy.ChunkIterator.__mul__ ( self)

◆ _Arrow()

Chunk mrmeshpy.ChunkIterator._Arrow ( self)
protected

◆ _PlusPlus() [1/2]

ChunkIterator mrmeshpy.ChunkIterator._PlusPlus ( * args,
** kwargs )
staticprotected

◆ _PlusPlus() [2/2]

ChunkIterator mrmeshpy.ChunkIterator._PlusPlus ( self)
protected

Member Data Documentation

◆ pointer

int mrmeshpy.ChunkIterator.pointer = Chunk
static

◆ reference

mrmeshpy.ChunkIterator.reference = Chunk
static

◆ value_type

mrmeshpy.ChunkIterator.value_type = Chunk
static

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