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

iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class. More...

Inheritance diagram for MR.Const_ChunkIterator:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ChunkIterator ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ChunkIterator (ulong totalSize, ulong chunkSize, ulong overlap, ulong index)
 Constructs MR.ChunkIterator elementwise.
unsafe Const_ChunkIterator (MR.Const_ChunkIterator _other)
 Generated from constructor MR.ChunkIterator.ChunkIterator.
 Const_ChunkIterator (ChunkIterator _other)
 Generated from constructor MR.ChunkIterator.ChunkIterator.
unsafe MR.Chunk deref ()
 Generated from method MR::ChunkIterator::operator*.
unsafe MR.Chunk arrow ()
 Generated from method MR::ChunkIterator::operator->.
bool Equals (MR.Const_ChunkIterator? other)
override bool Equals (object? other)

Static Public Member Functions

static unsafe bool operator== (MR.Const_ChunkIterator _this, MR.Const_ChunkIterator other)
 Generated from method MR::ChunkIterator::operator==.
static unsafe bool operator!= (MR.Const_ChunkIterator _this, MR.Const_ChunkIterator other)
static unsafe ChunkIterator operator++ (MR.Const_ChunkIterator _this)
 Generated from method MR::ChunkIterator::operator++.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe ulong * __ref_storage_totalSize
unsafe ulong * __ref_storage_chunkSize
unsafe ulong * __ref_storage_overlap
unsafe ulong * __ref_storage_index

Properties

unsafe ulong totalSize [get]
unsafe ulong chunkSize [get]
unsafe ulong overlap [get]
unsafe ulong index [get]

Detailed Description

iterator class for array chunks Generated from class MR.ChunkIterator. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ChunkIterator() [1/4]

unsafe MR.Const_ChunkIterator.Const_ChunkIterator ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ChunkIterator() [2/4]

unsafe MR.Const_ChunkIterator.Const_ChunkIterator ( ulong totalSize,
ulong chunkSize,
ulong overlap,
ulong index )
inline

Constructs MR.ChunkIterator elementwise.

◆ Const_ChunkIterator() [3/4]

unsafe MR.Const_ChunkIterator.Const_ChunkIterator ( MR.Const_ChunkIterator _other)
inline

Generated from constructor MR.ChunkIterator.ChunkIterator.

◆ Const_ChunkIterator() [4/4]

MR.Const_ChunkIterator.Const_ChunkIterator ( ChunkIterator _other)
inline

Generated from constructor MR.ChunkIterator.ChunkIterator.

Member Function Documentation

◆ arrow()

unsafe MR.Chunk MR.Const_ChunkIterator.arrow ( )
inline

Generated from method MR::ChunkIterator::operator->.

◆ deref()

unsafe MR.Chunk MR.Const_ChunkIterator.deref ( )
inline

Generated from method MR::ChunkIterator::operator*.

◆ Dispose() [1/2]

virtual void MR.Const_ChunkIterator.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.Const_ChunkIterator.Equals ( MR.Const_ChunkIterator? other)
inline

◆ Equals() [2/2]

override bool MR.Const_ChunkIterator.Equals ( object? other)
inline

◆ operator!=()

unsafe bool MR.Const_ChunkIterator.operator!= ( MR.Const_ChunkIterator _this,
MR.Const_ChunkIterator other )
inlinestatic

◆ operator++()

unsafe ChunkIterator MR.Const_ChunkIterator.operator++ ( MR.Const_ChunkIterator _this)
inlinestatic

Generated from method MR::ChunkIterator::operator++.

◆ operator==()

unsafe bool MR.Const_ChunkIterator.operator== ( MR.Const_ChunkIterator _this,
MR.Const_ChunkIterator other )
inlinestatic

Generated from method MR::ChunkIterator::operator==.

Member Data Documentation

◆ __ref_storage_chunkSize

unsafe ulong* MR.Const_ChunkIterator.__ref_storage_chunkSize
protected

◆ __ref_storage_index

unsafe ulong* MR.Const_ChunkIterator.__ref_storage_index
protected

◆ __ref_storage_overlap

unsafe ulong* MR.Const_ChunkIterator.__ref_storage_overlap
protected

◆ __ref_storage_totalSize

unsafe ulong* MR.Const_ChunkIterator.__ref_storage_totalSize
protected

Property Documentation

◆ chunkSize

unsafe ulong MR.Const_ChunkIterator.chunkSize
get

◆ index

unsafe ulong MR.Const_ChunkIterator.index
get

◆ overlap

unsafe ulong MR.Const_ChunkIterator.overlap
get

◆ totalSize

unsafe ulong MR.Const_ChunkIterator.totalSize
get

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