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

settings for IPointsProjector.findProjections Generated from class MR.FindProjectionOnPointsSettings. This is the non-const half of the class. More...

+ Inheritance diagram for MR.FindProjectionOnPointsSettings:

Public Member Functions

unsafe FindProjectionOnPointsSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe FindProjectionOnPointsSettings (MR.Const_BitSet? valid, MR.AffineXf3f? xf, float upDistLimitSq, float loDistLimitSq, bool skipSameIndex, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.FindProjectionOnPointsSettings elementwise.
 
unsafe FindProjectionOnPointsSettings (MR._ByValue_FindProjectionOnPointsSettings _other)
 Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.
 
 FindProjectionOnPointsSettings (Const_FindProjectionOnPointsSettings _other)
 Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.
 
 FindProjectionOnPointsSettings (FindProjectionOnPointsSettings _other)
 Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.
 
unsafe MR.FindProjectionOnPointsSettings assign (MR._ByValue_FindProjectionOnPointsSettings _other)
 Generated from method MR.FindProjectionOnPointsSettings.operator=.
 

Properties

new unsafe MR.? Const_BitSet valid [get, set]
 bitset of valid input points
 
new unsafe MR.? ConstBox_AffineXf3f xf [get, set]
 affine transformation for input points
 
new unsafe ref float upDistLimitSq [get]
 upper limit on the distance in question, if the real distance is larger than the function exits returning upDistLimitSq and no valid point
 
new unsafe ref float loDistLimitSq [get]
 low limit on the distance in question, if a point is found within this distance then it is immediately returned without searching for a closer one
 
new unsafe ref bool skipSameIndex [get]
 if true, discards a projection candidate with the same index as the target point
 
new unsafe MR.Std.Function_BoolFuncFromFloat cb [get, protected set]
 progress callback
 

Detailed Description

settings for IPointsProjector.findProjections Generated from class MR.FindProjectionOnPointsSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ FindProjectionOnPointsSettings() [1/5]

unsafe MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ FindProjectionOnPointsSettings() [2/5]

unsafe MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings ( MR.Const_BitSet? valid,
MR.AffineXf3f? xf,
float upDistLimitSq,
float loDistLimitSq,
bool skipSameIndex,
MR.Std._ByValue_Function_BoolFuncFromFloat cb )
inline

Constructs MR.FindProjectionOnPointsSettings elementwise.

◆ FindProjectionOnPointsSettings() [3/5]

unsafe MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings ( MR._ByValue_FindProjectionOnPointsSettings _other)
inline

Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.

◆ FindProjectionOnPointsSettings() [4/5]

MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings ( Const_FindProjectionOnPointsSettings _other)
inline

Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.

◆ FindProjectionOnPointsSettings() [5/5]

MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings ( FindProjectionOnPointsSettings _other)
inline

Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.

Member Function Documentation

◆ assign()

unsafe MR.FindProjectionOnPointsSettings MR.FindProjectionOnPointsSettings.assign ( MR._ByValue_FindProjectionOnPointsSettings _other)
inline

Generated from method MR.FindProjectionOnPointsSettings.operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_BoolFuncFromFloat MR.FindProjectionOnPointsSettings.cb
getprotected set

progress callback

◆ loDistLimitSq

new unsafe ref float MR.FindProjectionOnPointsSettings.loDistLimitSq
get

low limit on the distance in question, if a point is found within this distance then it is immediately returned without searching for a closer one

◆ skipSameIndex

new unsafe ref bool MR.FindProjectionOnPointsSettings.skipSameIndex
get

if true, discards a projection candidate with the same index as the target point

◆ upDistLimitSq

new unsafe ref float MR.FindProjectionOnPointsSettings.upDistLimitSq
get

upper limit on the distance in question, if the real distance is larger than the function exits returning upDistLimitSq and no valid point

◆ valid

new unsafe MR.? Const_BitSet MR.FindProjectionOnPointsSettings.valid
getset

bitset of valid input points

◆ xf

new unsafe MR.? ConstBox_AffineXf3f MR.FindProjectionOnPointsSettings.xf
getset

affine transformation for input points


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