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

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.
 
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)
 

Properties

unsafe ulong totalSize [get]
 
unsafe ulong chunkSize [get]
 
unsafe ulong overlap [get]
 
unsafe ulong index [get]
 
- Properties inherited from MR.Misc.Object< Const_ChunkIterator >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ChunkIterator >
bool _IsOwningVal
 

Detailed Description

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


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