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

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)
 

Detailed Description

Generated from:  MR::Chunk
Aliases:  ChunkIterator.pointer, ChunkIterator.reference, ChunkIterator.value_type

array chunk representation

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.Chunk.__init__ ( self,
int offset,
int size )
Implicit aggregate constructor.

Member Function Documentation

◆ offset() [1/2]

int mrmeshpy.Chunk.offset ( self)
chunk offset

◆ offset() [2/2]

None mrmeshpy.Chunk.offset ( self,
int arg1 )

◆ size() [1/2]

int mrmeshpy.Chunk.size ( self)
chunk size; the last chunk's size may be smaller than other chunk's ones

◆ size() [2/2]

None mrmeshpy.Chunk.size ( self,
int arg1 )

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