Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_PointsToDistanceVolumeParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_PointsToDistanceVolumeParams (MR._ByValue_PointsToDistanceVolumeParams _other) |
| | Generated from constructor MR.PointsToDistanceVolumeParams.PointsToDistanceVolumeParams.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe float | sigma [get] |
| |
|
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 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_BoolFuncFromFloat | cb [get] |
| | 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
|
| |
|
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.
|
| |
Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the const half of the class.
◆ sigma
| unsafe float MR.Const_PointsToDistanceVolumeParams.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
The documentation for this class was generated from the following file:
- MRPointsToDistanceVolume.cs