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

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.
 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.Const_IPointPairs (Const_PointPairs self)
static unsafe operator Const_PointPairs? (MR.Const_IPointPairs parent)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

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[].

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PointPairs() [1/4]

unsafe MR.Const_PointPairs.Const_PointPairs ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointPairs() [2/4]

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

Generated from constructor MR.PointPairs.PointPairs.

◆ Const_PointPairs() [3/4]

MR.Const_PointPairs.Const_PointPairs ( Const_PointPairs _other)
inline

Generated from constructor MR.PointPairs.PointPairs.

◆ Const_PointPairs() [4/4]

MR.Const_PointPairs.Const_PointPairs ( PointPairs _other)
inline

Generated from constructor MR.PointPairs.PointPairs.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointPairs.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PointPairs.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator Const_PointPairs?()

unsafe MR.Const_PointPairs.operator Const_PointPairs? ( MR.Const_IPointPairs parent)
inlineexplicitstatic

◆ operator MR.Const_IPointPairs()

unsafe implicit MR.Const_PointPairs.operator MR.Const_IPointPairs ( Const_PointPairs self)
inlinestatic

◆ size()

unsafe ulong MR.Const_PointPairs.size ( )
inline

Generated from method MR.PointPairs.size.

Property Documentation

◆ active

unsafe MR.Const_BitSet MR.Const_PointPairs.active
getprotected set

whether corresponding pair from vec must be considered during minimization

◆ this[ulong idx]

unsafe MR.Const_ICPPairData MR.Const_PointPairs.this[ulong idx]
get

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

◆ vec

unsafe MR.Std.Const_Vector_MRPointPair MR.Const_PointPairs.vec
getprotected set

vector of all point pairs both active and not


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