Generated from class MR.WeightedShell.ParametersRegions. Base classes: Direct: (non-virtual) MR.WeightedShell.ParametersBase This is the const half of the class.
More...
Inheritance diagram for MR.WeightedShell.Const_ParametersRegions:Classes | |
| class | _ByValue_Region |
This is used as a function parameter when the underlying function receives Region by value. Usage: More... | |
| class | _InOptConst_Region |
This is used for optional parameters of class Region with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Region. Usage: More... | |
| class | _InOptMut_Region |
This is used for optional parameters of class Region with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Region. Usage: More... | |
| struct | _Underlying |
| class | Const_Region |
Generated from class MR.WeightedShell.ParametersRegions.Region. This is the const half of the class. More... | |
| class | Region |
Generated from class MR.WeightedShell.ParametersRegions.Region. This is the non-const half of the class. More... | |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ParametersRegions () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ParametersRegions (MR.WeightedShell._ByValue_ParametersRegions _other) |
Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.WeightedShell.Const_ParametersBase (Const_ParametersRegions self) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MRWeightedShellParametersRegionsRegion | regions [get] |
| unsafe float | interpolationDist [get] |
| unsafe bool | bidirectionalMode [get] |
| unsafe float | offset [get] |
| build iso-surface of minimal distance to points corresponding to this value | |
| unsafe float | voxelSize [get] |
| unsafe float | numLayers [get] |
| number of voxels to compute near the offset (should be left default unless used for debugging) | |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | progress [get] |
| Progress callback. | |
Properties inherited from MR.Misc.Object< Const_ParametersRegions > | |
| 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_ParametersRegions > | |
| bool | _IsOwningVal |
Generated from class MR.WeightedShell.ParametersRegions. Base classes: Direct: (non-virtual) MR.WeightedShell.ParametersBase This is the const half of the class.
|
get |
if true the distances grow in both directions from each triangle, reaching minimum in the triangle; if false the distances grow to infinity in the direction of triangle's normals, and decrease to minus infinity in the opposite direction
|
get |
interpolation distance between the weights of the regions determines the sharpness of transitions between different regions
|
get |
list of regions (overlappings are allowed) with corresponding offsets the additional offset in overlaps is set to the average of the regions
|
get |
Size of voxel in grid conversions; The user is responsible for setting some positive value here