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

Generated from class MR.UndirectedEdgeIterator. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_UndirectedEdgeIterator:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_UndirectedEdgeIterator ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_UndirectedEdgeIterator (MR.Const_UndirectedEdgeIterator _other)
 Generated from constructor MR.UndirectedEdgeIterator.UndirectedEdgeIterator.
 
unsafe Const_UndirectedEdgeIterator (MR.Const_MeshTopology topology)
 Generated from constructor MR.UndirectedEdgeIterator.UndirectedEdgeIterator.
 
unsafe MR.UndirectedEdgeId deref ()
 Generated from method MR.UndirectedEdgeIterator.operator*.
 
bool Equals (MR.Const_UndirectedEdgeIterator? b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe implicit operator Const_UndirectedEdgeIterator (MR.Const_MeshTopology topology)
 Generated from constructor MR.UndirectedEdgeIterator.UndirectedEdgeIterator.
 
static unsafe UndirectedEdgeIterator operator++ (MR.Const_UndirectedEdgeIterator _this)
 Generated from method MR.UndirectedEdgeIterator.operator++.
 
static unsafe bool operator== (MR.Const_UndirectedEdgeIterator a, MR.Const_UndirectedEdgeIterator b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_UndirectedEdgeIterator a, MR.Const_UndirectedEdgeIterator b)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_UndirectedEdgeIterator >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_UndirectedEdgeIterator >
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.
 

Detailed Description

Generated from class MR.UndirectedEdgeIterator. This is the const half of the class.


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