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

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

Static Public Member Functions

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

Properties

new unsafe MR.Std.Vector_MRPointPair vec [get, protected set]
 whether corresponding pair from vec must be considered during minimization
 
new unsafe MR.BitSet active [get, protected set]
 
unsafe new MR.ICPPairData this[ulong idx] [get]
 Generated from method MR.PointPairs.operator[].
 

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

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

◆ operator PointPairs?()

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

vector of all point pairs both active and not

Property Documentation

◆ active

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

◆ 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

whether corresponding pair from vec must be considered during minimization


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