MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_PointsToDistanceVolumeParams Class Reference

Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the const half of the class. More...

+ Inheritance diagram for MR.Const_PointsToDistanceVolumeParams:

Classes

struct  _Underlying
 

Public Member Functions

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.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_DistanceVolumeParams (Const_PointsToDistanceVolumeParams self)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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
 
- Properties inherited from MR.Misc.Object< Const_PointsToDistanceVolumeParams >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_PointsToDistanceVolumeParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PointsToDistanceVolumeParams. Base classes: Direct: (non-virtual) MR.DistanceVolumeParams This is the const half of the class.

Property Documentation

◆ 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: