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

Generated from class MR.PointPairs. Base classes: Direct: (non-virtual) MR.IPointPairs This is the const half of the class. More...

+ Inheritance diagram for MR.Const_PointPairs:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_PointPairs ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PointPairs (MR._ByValue_PointPairs _other)
 Generated from constructor MR.PointPairs.PointPairs.
 
unsafe ulong size ()
 Generated from method MR.PointPairs.size.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_IPointPairs (Const_PointPairs self)
 
static unsafe operator Const_PointPairs? (MR.Const_IPointPairs parent)
 vector of all point pairs both active and not
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_Vector_MRPointPair vec [get]
 whether corresponding pair from vec must be considered during minimization
 
unsafe MR.Const_BitSet active [get]
 
unsafe MR.Const_ICPPairData this[ulong idx] [get]
 Generated from method MR.PointPairs.operator[].
 
- Properties inherited from MR.Misc.Object< Const_PointPairs >
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_PointPairs >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PointPairs. Base classes: Direct: (non-virtual) MR.IPointPairs This is the const half of the class.


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