The iterator to find all not-lone undirected edges in the polyline topology Generated from class MR.PolylineUndirectedEdgeIterator. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineUndirectedEdgeIterator:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineUndirectedEdgeIterator () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PolylineUndirectedEdgeIterator (MR.Const_PolylineUndirectedEdgeIterator _other) |
Generated from constructor MR.PolylineUndirectedEdgeIterator.PolylineUndirectedEdgeIterator. | |
| unsafe | Const_PolylineUndirectedEdgeIterator (MR.Const_PolylineTopology topology) |
Generated from constructor MR.PolylineUndirectedEdgeIterator.PolylineUndirectedEdgeIterator. | |
| unsafe MR.UndirectedEdgeId | deref () |
Generated from method MR.PolylineUndirectedEdgeIterator.operator*. | |
| bool | Equals (MR.Const_PolylineUndirectedEdgeIterator? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator Const_PolylineUndirectedEdgeIterator (MR.Const_PolylineTopology topology) |
Generated from constructor MR.PolylineUndirectedEdgeIterator.PolylineUndirectedEdgeIterator. | |
| static unsafe PolylineUndirectedEdgeIterator | operator++ (MR.Const_PolylineUndirectedEdgeIterator _this) |
Generated from method MR.PolylineUndirectedEdgeIterator.operator++. | |
| static unsafe bool | operator!= (MR.Const_PolylineUndirectedEdgeIterator a, MR.Const_PolylineUndirectedEdgeIterator b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Related Symbols | |
(Note that these are not member symbols.) | |
| static unsafe bool | operator== (MR.Const_PolylineUndirectedEdgeIterator a, MR.Const_PolylineUndirectedEdgeIterator b) |
Generated from function MR.operator==. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_PolylineUndirectedEdgeIterator > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_PolylineUndirectedEdgeIterator > | |
| 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. | |
The iterator to find all not-lone undirected edges in the polyline topology Generated from class MR.PolylineUndirectedEdgeIterator. This is the const half of the class.