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

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

+ Inheritance diagram for MR.Const_FindProjectionOnPointsSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_FindProjectionOnPointsSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_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 Const_FindProjectionOnPointsSettings (MR._ByValue_FindProjectionOnPointsSettings _other)
 Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? Const_BitSet valid [get]
 bitset of valid input points
 
unsafe MR.? ConstBox_AffineXf3f xf [get]
 affine transformation for input points
 
unsafe 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
 
unsafe 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
 
unsafe bool skipSameIndex [get]
 if true, discards a projection candidate with the same index as the target point
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat cb [get]
 progress callback
 
- Properties inherited from MR.Misc.Object< Const_FindProjectionOnPointsSettings >
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_FindProjectionOnPointsSettings >
bool _IsOwningVal
 

Detailed Description

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


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