MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Chunk Class Reference

array chunk representation Generated from class MR.Chunk. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Chunk:

Public Member Functions

unsafe Chunk ()
 Constructs an empty (default-constructed) instance.
 
unsafe Chunk (ulong offset, ulong size)
 Constructs MR.Chunk elementwise.
 
unsafe Chunk (MR.Const_Chunk _other)
 Generated from constructor MR.Chunk.Chunk.
 
 Chunk (Chunk _other)
 Generated from constructor MR.Chunk.Chunk.
 
unsafe MR.Chunk assign (MR.Const_Chunk _other)
 Generated from method MR.Chunk.operator=.
 

Properties

new unsafe ref ulong offset [get]
 chunk offset
 
new unsafe ref ulong size [get]
 chunk size; the last chunk's size may be smaller than other chunk's ones
 

Detailed Description

array chunk representation Generated from class MR.Chunk. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Chunk() [1/4]

unsafe MR.Chunk.Chunk ( )
inline

Constructs an empty (default-constructed) instance.

◆ Chunk() [2/4]

unsafe MR.Chunk.Chunk ( ulong offset,
ulong size )
inline

Constructs MR.Chunk elementwise.

◆ Chunk() [3/4]

unsafe MR.Chunk.Chunk ( MR.Const_Chunk _other)
inline

Generated from constructor MR.Chunk.Chunk.

◆ Chunk() [4/4]

MR.Chunk.Chunk ( Chunk _other)
inline

Generated from constructor MR.Chunk.Chunk.

Member Function Documentation

◆ assign()

unsafe MR.Chunk MR.Chunk.assign ( MR.Const_Chunk _other)
inline

Generated from method MR.Chunk.operator=.

Property Documentation

◆ offset

new unsafe ref ulong MR.Chunk.offset
get

chunk offset

◆ size

new unsafe ref ulong MR.Chunk.size
get

chunk size; the last chunk's size may be smaller than other chunk's ones


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