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

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

Inheritance diagram for MR.PointPairs:

Public Member Functions

unsafe PointPairs ()
 Constructs an empty (default-constructed) instance.
unsafe PointPairs (MR._ByValue_PointPairs _other)
 Generated from constructor MR.PointPairs.PointPairs.
 PointPairs (Const_PointPairs _other)
 Generated from constructor MR.PointPairs.PointPairs.
 PointPairs (PointPairs _other)
 Generated from constructor MR.PointPairs.PointPairs.
unsafe MR.PointPairs assign (MR._ByValue_PointPairs _other)
 Generated from method MR::PointPairs::operator=.
Public Member Functions inherited from MR.Const_PointPairs
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.
 Const_PointPairs (Const_PointPairs _other)
 Generated from constructor MR.PointPairs.PointPairs.
 Const_PointPairs (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.IPointPairs (PointPairs self)
static unsafe operator PointPairs? (MR.IPointPairs parent)
Static Public Member Functions inherited from MR.Const_PointPairs
static unsafe implicit operator MR.Const_IPointPairs (Const_PointPairs self)
static unsafe operator Const_PointPairs? (MR.Const_IPointPairs parent)

Properties

new unsafe MR.Std.Vector_MRPointPair vec [get, protected set]
 vector of all point pairs both active and not
new unsafe MR.BitSet active [get, protected set]
 whether corresponding pair from vec must be considered during minimization
unsafe new MR.ICPPairData this[ulong idx] [get]
 Generated from method MR::PointPairs::operator[].
Properties inherited from MR.Const_PointPairs
unsafe MR.Std.Const_Vector_MRPointPair vec [get, protected set]
 vector of all point pairs both active and not
unsafe MR.Const_BitSet active [get, protected set]
 whether corresponding pair from vec must be considered during minimization
unsafe MR.Const_ICPPairData this[ulong idx] [get]
 Generated from method MR::PointPairs::operator[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_PointPairs
virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ PointPairs() [1/4]

unsafe MR.PointPairs.PointPairs ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointPairs() [2/4]

unsafe MR.PointPairs.PointPairs ( MR._ByValue_PointPairs _other)
inline

Generated from constructor MR.PointPairs.PointPairs.

◆ PointPairs() [3/4]

MR.PointPairs.PointPairs ( Const_PointPairs _other)
inline

Generated from constructor MR.PointPairs.PointPairs.

◆ PointPairs() [4/4]

MR.PointPairs.PointPairs ( PointPairs _other)
inline

Generated from constructor MR.PointPairs.PointPairs.

Member Function Documentation

◆ assign()

unsafe MR.PointPairs MR.PointPairs.assign ( MR._ByValue_PointPairs _other)
inline

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

◆ operator MR.IPointPairs()

unsafe implicit MR.PointPairs.operator MR.IPointPairs ( PointPairs self)
inlinestatic

◆ operator PointPairs?()

unsafe MR.PointPairs.operator PointPairs? ( MR.IPointPairs parent)
inlineexplicitstatic

Property Documentation

◆ active

new unsafe MR.BitSet MR.PointPairs.active
getprotected set

whether corresponding pair from vec must be considered during minimization

◆ this[ulong idx]

unsafe new MR.ICPPairData MR.PointPairs.this[ulong idx]
get

Generated from method MR::PointPairs::operator[].

◆ vec

new unsafe MR.Std.Vector_MRPointPair MR.PointPairs.vec
getprotected set

vector of all point pairs both active and not


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