settings for IPointsProjector.findProjections Generated from class MR.FindProjectionOnPointsSettings. This is the non-const half of the class.
More...
|
| 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
|
| |
settings for IPointsProjector.findProjections Generated from class MR.FindProjectionOnPointsSettings. This is the non-const half of the class.
◆ 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 |
◆ 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]
Generated from constructor MR.FindProjectionOnPointsSettings.FindProjectionOnPointsSettings.
◆ assign()
Generated from method MR.FindProjectionOnPointsSettings.operator=.
◆ cb
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.FindProjectionOnPointsSettings.cb |
|
getprotected set |
◆ 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
affine transformation for input points
The documentation for this class was generated from the following file: