Generated from class MR.PointsToMeshParameters. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_PointsToMeshParameters () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_PointsToMeshParameters (MR._ByValue_PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe float | sigma [get] |
| |
|
unsafe float | minWeight [get] |
| | minimum sum of influence weights from surrounding points for a triangle to appear, meaning that there shall be at least this number of points in close proximity
|
| |
| unsafe float | voxelSize [get] |
| |
|
unsafe MR.? Const_VertColors | ptColors [get] |
| | optional input: colors of input points
|
| |
|
unsafe MR.? VertColors | vColors [get] |
| | optional output: averaged colors of mesh vertices
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | progress [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.
|
| |
Generated from class MR.PointsToMeshParameters. This is the const half of the class.
◆ sigma
| unsafe float MR.Const_PointsToMeshParameters.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
◆ voxelSize
| unsafe float MR.Const_PointsToMeshParameters.voxelSize |
|
get |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
The documentation for this class was generated from the following file: