Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the non-const half of the class. More...
Static Public Member Functions | |
| static unsafe implicit | operator MR.DistanceVolumeParams (PointsToDistanceVolumeParams self) |
| Static Public Member Functions inherited from MR.Const_PointsToDistanceVolumeParams | |
| static unsafe implicit | operator MR.Const_DistanceVolumeParams (Const_PointsToDistanceVolumeParams self) |
Properties | |
| new unsafe ref float | sigma [get] |
| it the distance of highest influence of a point; the maximal influence distance is 3*sigma; beyond that distance the influence is strictly zero | |
| new unsafe ref float | minWeight [get] |
| minimum sum of influence weights from surrounding points for a voxel to get a value, meaning that there shall be at least this number of points in close proximity | |
| new unsafe ref float | invSigmaModifier [get] |
| coefficient used for weight calculation: e^(dist^2 * -invSigmaModifier * sigma^-2) values: (0;inf) | |
| new unsafe ref bool | sqrtAngleWeight [get] |
| changes the way point angle affects weight, by default it is linearly increasing with dot product if enabled - increasing as dot product^(0.5) (with respect to its sign) | |
| new unsafe MR.? Const_VertCoords | ptNormals [get, set] |
| optional input: if this pointer is set then function will use these normals instead of ones present in cloud | |
| new unsafe ref MR.Vector3f | origin [get] |
| origin point of voxels box | |
| new unsafe MR.Std.Function_Bool_From_Float | cb [get, protected set] |
| progress callback | |
| new unsafe ref MR.Vector3f | voxelSize [get] |
| size of voxel on each axis | |
| new unsafe ref MR.Vector3i | dimensions [get] |
| num voxels along each axis | |
| Properties inherited from MR.Const_PointsToDistanceVolumeParams | |
| unsafe float | sigma [get] |
| it the distance of highest influence of a point; the maximal influence distance is 3*sigma; beyond that distance the influence is strictly zero | |
| unsafe float | minWeight [get] |
| minimum sum of influence weights from surrounding points for a voxel to get a value, meaning that there shall be at least this number of points in close proximity | |
| unsafe float | invSigmaModifier [get] |
| coefficient used for weight calculation: e^(dist^2 * -invSigmaModifier * sigma^-2) values: (0;inf) | |
| unsafe bool | sqrtAngleWeight [get] |
| changes the way point angle affects weight, by default it is linearly increasing with dot product if enabled - increasing as dot product^(0.5) (with respect to its sign) | |
| unsafe MR.? Const_VertCoords | ptNormals [get] |
| optional input: if this pointer is set then function will use these normals instead of ones present in cloud | |
| unsafe ref readonly MR.Vector3f | origin [get] |
| origin point of voxels box | |
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| progress callback | |
| unsafe ref readonly MR.Vector3f | voxelSize [get] |
| size of voxel on each axis | |
| unsafe ref readonly MR.Vector3i | dimensions [get] |
| num voxels along each axis | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PointsToDistanceVolumeParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_PointsToDistanceVolumeParams | |
| unsafe float * | __ref_storage_sigma |
| unsafe float * | __ref_storage_minWeight |
| unsafe float * | __ref_storage_invSigmaModifier |
| unsafe bool * | __ref_storage_sqrtAngleWeight |
| unsafe MR.Const_VertCoords._Underlying ** | __ptr_storage_ptNormals |
| unsafe MR.Vector3f * | __ref_storage_origin |
| unsafe MR.Vector3f * | __ref_storage_voxelSize |
| unsafe MR.Vector3i * | __ref_storage_dimensions |
Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PointsToDistanceVolumeParams.PointsToDistanceVolumeParams.
|
inline |
Generated from constructor MR.PointsToDistanceVolumeParams.PointsToDistanceVolumeParams.
|
inline |
Generated from constructor MR.PointsToDistanceVolumeParams.PointsToDistanceVolumeParams.
|
inline |
Generated from method MR::PointsToDistanceVolumeParams::operator=.
|
inlinestatic |
|
getprotected set |
progress callback
|
get |
num voxels along each axis
|
get |
coefficient used for weight calculation: e^(dist^2 * -invSigmaModifier * sigma^-2) values: (0;inf)
|
get |
minimum sum of influence weights from surrounding points for a voxel to get a value, meaning that there shall be at least this number of points in close proximity
|
get |
origin point of voxels box
|
getset |
optional input: if this pointer is set then function will use these normals instead of ones present in cloud
|
get |
it the distance of highest influence of a point; the maximal influence distance is 3*sigma; beyond that distance the influence is strictly zero
|
get |
changes the way point angle affects weight, by default it is linearly increasing with dot product if enabled - increasing as dot product^(0.5) (with respect to its sign)
|
get |
size of voxel on each axis