Generated from class MR.MoveMeshToVoxelMaxDerivSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe int | iters [get] |
| | number of iterations. Each iteration moves vertex only slightly and smooths the vector field of shifts.
|
| unsafe int | samplePoints [get] |
| | number of points to sample for each vertex. Samples are used to get the picewice-linear function of density and estimate the derivative based on it
|
| unsafe int | degree [get] |
| | degree of the polynomial used to fit sampled points. Must be in range [3; 6]
|
| unsafe float | outlierThreshold [get] |
| | for each iteration, if target position of the vertex is greater than this threshold, it is disregarded. For small degrees, this value should be small, for large degrees it may be larger. Measured in number of voxels.
|
| unsafe float | intermediateSmoothForce [get] |
| | force of the smoothing (relaxation) of vector field of shifts on each iteration
|
| unsafe float | preparationSmoothForce [get] |
| | force of initial smoothing of vertices, before applying the algorithm
|
Generated from class MR.MoveMeshToVoxelMaxDerivSettings. This is the const half of the class.
◆ Const_MoveMeshToVoxelMaxDerivSettings() [1/4]
| unsafe MR.Const_MoveMeshToVoxelMaxDerivSettings.Const_MoveMeshToVoxelMaxDerivSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_MoveMeshToVoxelMaxDerivSettings() [2/4]
| unsafe MR.Const_MoveMeshToVoxelMaxDerivSettings.Const_MoveMeshToVoxelMaxDerivSettings |
( |
int | iters, |
|
|
int | samplePoints, |
|
|
int | degree, |
|
|
float | outlierThreshold, |
|
|
float | intermediateSmoothForce, |
|
|
float | preparationSmoothForce ) |
|
inline |
◆ Const_MoveMeshToVoxelMaxDerivSettings() [3/4]
◆ Const_MoveMeshToVoxelMaxDerivSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_MoveMeshToVoxelMaxDerivSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MoveMeshToVoxelMaxDerivSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_degree
| unsafe int* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_degree |
|
protected |
◆ __ref_storage_intermediateSmoothForce
| unsafe float* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_intermediateSmoothForce |
|
protected |
◆ __ref_storage_iters
| unsafe int* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_iters |
|
protected |
◆ __ref_storage_outlierThreshold
| unsafe float* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_outlierThreshold |
|
protected |
◆ __ref_storage_preparationSmoothForce
| unsafe float* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_preparationSmoothForce |
|
protected |
◆ __ref_storage_samplePoints
| unsafe int* MR.Const_MoveMeshToVoxelMaxDerivSettings.__ref_storage_samplePoints |
|
protected |
◆ degree
| unsafe int MR.Const_MoveMeshToVoxelMaxDerivSettings.degree |
|
get |
degree of the polynomial used to fit sampled points. Must be in range [3; 6]
◆ intermediateSmoothForce
| unsafe float MR.Const_MoveMeshToVoxelMaxDerivSettings.intermediateSmoothForce |
|
get |
force of the smoothing (relaxation) of vector field of shifts on each iteration
◆ iters
| unsafe int MR.Const_MoveMeshToVoxelMaxDerivSettings.iters |
|
get |
number of iterations. Each iteration moves vertex only slightly and smooths the vector field of shifts.
◆ outlierThreshold
| unsafe float MR.Const_MoveMeshToVoxelMaxDerivSettings.outlierThreshold |
|
get |
for each iteration, if target position of the vertex is greater than this threshold, it is disregarded. For small degrees, this value should be small, for large degrees it may be larger. Measured in number of voxels.
◆ preparationSmoothForce
| unsafe float MR.Const_MoveMeshToVoxelMaxDerivSettings.preparationSmoothForce |
|
get |
force of initial smoothing of vertices, before applying the algorithm
◆ samplePoints
| unsafe int MR.Const_MoveMeshToVoxelMaxDerivSettings.samplePoints |
|
get |
number of points to sample for each vertex. Samples are used to get the picewice-linear function of density and estimate the derivative based on it
The documentation for this class was generated from the following file: