Generated from class MR.WeightedShell.ParametersRegions. Base classes: Direct: (non-virtual) MR.WeightedShell.ParametersBase This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | ParametersRegions () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ParametersRegions (MR.WeightedShell._ByValue_ParametersRegions _other) |
| Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
| ParametersRegions (Const_ParametersRegions _other) | |
| Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
| ParametersRegions (ParametersRegions _other) | |
| Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
| unsafe MR.WeightedShell.ParametersRegions | assign (MR.WeightedShell._ByValue_ParametersRegions _other) |
| Generated from method MR::WeightedShell::ParametersRegions::operator=. | |
| Public Member Functions inherited from MR.WeightedShell.Const_ParametersRegions | |
| 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. | |
| Const_ParametersRegions (Const_ParametersRegions _other) | |
| Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
| Const_ParametersRegions (ParametersRegions _other) | |
| Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.WeightedShell.ParametersBase (ParametersRegions self) |
| Static Public Member Functions inherited from MR.WeightedShell.Const_ParametersRegions | |
| static unsafe implicit | operator MR.WeightedShell.Const_ParametersBase (Const_ParametersRegions self) |
Properties | |
| new unsafe MR.Std.Vector_MRWeightedShellParametersRegionsRegion | regions [get, protected set] |
| list of regions (overlappings are allowed) with corresponding offsets the additional offset in overlaps is set to the average of the regions | |
| new unsafe ref float | interpolationDist [get] |
| interpolation distance between the weights of the regions determines the sharpness of transitions between different regions | |
| new unsafe ref bool | bidirectionalMode [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 | |
| new unsafe ref float | offset [get] |
| build iso-surface of minimal distance to points corresponding to this value | |
| new unsafe ref float | voxelSize [get] |
| Size of voxel in grid conversions; The user is responsible for setting some positive value here. | |
| new unsafe ref float | numLayers [get] |
| number of voxels to compute near the offset (should be left default unless used for debugging) | |
| new unsafe MR.Std.Function_Bool_From_Float | progress [get, protected set] |
| Progress callback. | |
| Properties inherited from MR.WeightedShell.Const_ParametersRegions | |
| unsafe MR.Std.Const_Vector_MRWeightedShellParametersRegionsRegion | regions [get, protected set] |
| list of regions (overlappings are allowed) with corresponding offsets the additional offset in overlaps is set to the average of the regions | |
| unsafe float | interpolationDist [get] |
| interpolation distance between the weights of the regions determines the sharpness of transitions between different regions | |
| unsafe bool | bidirectionalMode [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 | |
| unsafe float | offset [get] |
| build iso-surface of minimal distance to points corresponding to this value | |
| unsafe float | voxelSize [get] |
| Size of voxel in grid conversions; The user is responsible for setting some positive value here. | |
| 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_Bool_From_Float | progress [get, protected set] |
| Progress callback. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.WeightedShell.Const_ParametersRegions | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.WeightedShell.Const_ParametersRegions | |
| unsafe float * | __ref_storage_interpolationDist |
| unsafe bool * | __ref_storage_bidirectionalMode |
| unsafe float * | __ref_storage_offset |
| unsafe float * | __ref_storage_voxelSize |
| unsafe float * | __ref_storage_numLayers |
Generated from class MR.WeightedShell.ParametersRegions. Base classes: Direct: (non-virtual) MR.WeightedShell.ParametersBase This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions.
|
inline |
Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions.
|
inline |
Generated from constructor MR.WeightedShell.ParametersRegions.ParametersRegions.
|
inline |
Generated from method MR::WeightedShell::ParametersRegions::operator=.
|
inlinestatic |
|
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 |
number of voxels to compute near the offset (should be left default unless used for debugging)
|
get |
build iso-surface of minimal distance to points corresponding to this value
|
getprotected set |
Progress callback.
|
getprotected set |
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.