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, 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
 

Detailed Description

Generated from:  MR::ChunkIterator

iterator class for array chunks

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ChunkIterator.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.ChunkIterator.__init__ ( self)

◆ __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)

◆ operator() [1/4]

ChunkIterator mrmeshpy.ChunkIterator.operator ( * args,
** kwargs )
static

◆ operator() [2/4]

ChunkIterator mrmeshpy.ChunkIterator.operator ( * args,
** kwargs )
static

◆ operator() [3/4]

ChunkIterator mrmeshpy.ChunkIterator.operator ( * args,
** kwargs )
static

◆ operator() [4/4]

ChunkIterator mrmeshpy.ChunkIterator.operator ( self)

◆ operatorminus()

Chunk mrmeshpy.ChunkIterator.operatorminus ( self)

Member Data Documentation

◆ _offsetof_chunkSize

typing mrmeshpy.ChunkIterator._offsetof_chunkSize = 8
staticprotected

◆ _offsetof_index

typing mrmeshpy.ChunkIterator._offsetof_index = 24
staticprotected

◆ _offsetof_overlap

typing mrmeshpy.ChunkIterator._offsetof_overlap = 16
staticprotected

◆ _offsetof_totalSize

typing mrmeshpy.ChunkIterator._offsetof_totalSize = 0
staticprotected

◆ 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: