MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_Chunk:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Chunk ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Chunk (ulong offset, ulong size)
 Constructs MR.Chunk elementwise.
unsafe Const_Chunk (MR.Const_Chunk _other)
 Generated from constructor MR.Chunk.Chunk.
 Const_Chunk (Chunk _other)
 Generated from constructor MR.Chunk.Chunk.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe ulong * __ref_storage_offset
unsafe ulong * __ref_storage_size

Properties

unsafe ulong offset [get]
 chunk offset
unsafe 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_Chunk() [1/4]

unsafe MR.Const_Chunk.Const_Chunk ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Chunk() [2/4]

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

Constructs MR.Chunk elementwise.

◆ Const_Chunk() [3/4]

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

Generated from constructor MR.Chunk.Chunk.

◆ Const_Chunk() [4/4]

MR.Const_Chunk.Const_Chunk ( Chunk _other)
inline

Generated from constructor MR.Chunk.Chunk.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Chunk.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Chunk.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_offset

unsafe ulong* MR.Const_Chunk.__ref_storage_offset
protected

◆ __ref_storage_size

unsafe ulong* MR.Const_Chunk.__ref_storage_size
protected

Property Documentation

◆ offset

unsafe ulong MR.Const_Chunk.offset
get

chunk offset

◆ size

unsafe ulong MR.Const_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: