settings for IPointsProjector.findProjections Generated from class MR.FindProjectionOnPointsSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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
|
| |
|
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.
|
| |
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: