Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the non-const half of the class. More...
Static Public Member Functions | |
| static unsafe implicit | operator MR.DistanceFromWeightedPointsParams (DistanceFromWeightedPointsComputeParams self) |
| Static Public Member Functions inherited from MR.Const_DistanceFromWeightedPointsComputeParams | |
| static unsafe implicit | operator MR.Const_DistanceFromWeightedPointsParams (Const_DistanceFromWeightedPointsComputeParams self) |
Properties | |
| new unsafe ref float | minBidirDist [get] |
| new unsafe ref float | maxBidirDist [get] |
| find the closest point only if weighted bidirectional distance to it is less than given value | |
| new unsafe MR.Std.Function_Float_From_MRVertId | pointWeight [get, protected set] |
| function returning the weight of each point, must be set by the user | |
| new unsafe ref float | minWeight [get] |
| minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm | |
| new unsafe ref float | maxWeight [get] |
| maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm | |
| new unsafe ref float | maxWeightGrad [get] |
| maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done | |
| new unsafe ref bool | bidirectionalMode [get] |
| for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction | |
| Properties inherited from MR.Const_DistanceFromWeightedPointsComputeParams | |
| unsafe float | minBidirDist [get] |
| unsafe float | maxBidirDist [get] |
| find the closest point only if weighted bidirectional distance to it is less than given value | |
| unsafe MR.Std.Const_Function_Float_From_MRVertId | pointWeight [get, protected set] |
| function returning the weight of each point, must be set by the user | |
| unsafe float | minWeight [get] |
| minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm | |
| unsafe float | maxWeight [get] |
| maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm | |
| unsafe float | maxWeightGrad [get] |
| maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done | |
| unsafe bool | bidirectionalMode [get] |
| for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_DistanceFromWeightedPointsComputeParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_DistanceFromWeightedPointsComputeParams | |
| unsafe float * | __ref_storage_minBidirDist |
| unsafe float * | __ref_storage_maxBidirDist |
| unsafe float * | __ref_storage_minWeight |
| unsafe float * | __ref_storage_maxWeight |
| unsafe float * | __ref_storage_maxWeightGrad |
| unsafe bool * | __ref_storage_bidirectionalMode |
Generated from class MR.DistanceFromWeightedPointsComputeParams. Base classes: Direct: (non-virtual) MR.DistanceFromWeightedPointsParams This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
|
inline |
Generated from constructor MR.DistanceFromWeightedPointsComputeParams.DistanceFromWeightedPointsComputeParams.
|
inline |
Generated from method MR::DistanceFromWeightedPointsComputeParams::operator=.
|
inlinestatic |
|
get |
for points, it must always true; for triangles: if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction
|
get |
find the closest point only if weighted bidirectional distance to it is less than given value
|
get |
maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
|
get |
maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
|
get |
|
get |
minimal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
|
getprotected set |
function returning the weight of each point, must be set by the user