|
| unsafe | PointsToMeshParameters () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | PointsToMeshParameters (float sigma, float minWeight, float invSigmaModifier, bool sqrtAngleWeight, float voxelSize, MR.Const_VertColors? ptColors, MR.VertColors? vColors, MR.Std._ByValue_Function_Bool_From_Float progress, MR.Std._ByValue_Function_ExpectedVoidStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef_StdFunctionExpectedVoidStdStringFromConstMRSimpleVolumeMinMaxRefInt_Int createVolumeCallbackByParts, MR.Std._ByValue_Function_ExpectedMRSimpleVolumeMinMaxStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef createVolumeCallback, MR.Std._ByValue_Function_Bool_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef canCreateVolume) |
| | Constructs MR.PointsToMeshParameters elementwise.
|
| unsafe | PointsToMeshParameters (MR._ByValue_PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| | PointsToMeshParameters (Const_PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| | PointsToMeshParameters (PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| unsafe MR.PointsToMeshParameters | assign (MR._ByValue_PointsToMeshParameters _other) |
| | Generated from method MR::PointsToMeshParameters::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_PointsToMeshParameters () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_PointsToMeshParameters (float sigma, float minWeight, float invSigmaModifier, bool sqrtAngleWeight, float voxelSize, MR.Const_VertColors? ptColors, MR.VertColors? vColors, MR.Std._ByValue_Function_Bool_From_Float progress, MR.Std._ByValue_Function_ExpectedVoidStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef_StdFunctionExpectedVoidStdStringFromConstMRSimpleVolumeMinMaxRefInt_Int createVolumeCallbackByParts, MR.Std._ByValue_Function_ExpectedMRSimpleVolumeMinMaxStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef createVolumeCallback, MR.Std._ByValue_Function_Bool_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef canCreateVolume) |
| | Constructs MR.PointsToMeshParameters elementwise.
|
| unsafe | Const_PointsToMeshParameters (MR._ByValue_PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| | Const_PointsToMeshParameters (Const_PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
| | Const_PointsToMeshParameters (PointsToMeshParameters _other) |
| | Generated from constructor MR.PointsToMeshParameters.PointsToMeshParameters.
|
|
| new unsafe ref float | 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
|
| new unsafe ref 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
|
| new unsafe ref float | invSigmaModifier [get] |
| | coefficient used for weight calculation: e^(dist^2 * -invSigmaModifier * sigma^-2) values: (0;inf)
|
| new unsafe ref bool | sqrtAngleWeight [get] |
| | changes the way point angle affects weight, by default it is linearly increasing with dot product if enabled - increasing as dot product^(0.5) (with respect to its sign)
|
| new unsafe ref float | voxelSize [get] |
| | Size of voxel in grid conversions; The user is responsible for setting some positive value here.
|
| new unsafe MR.? Const_VertColors | ptColors [get, set] |
| | optional input: colors of input points
|
| new unsafe MR.? VertColors | vColors [get, set] |
| | optional output: averaged colors of mesh vertices
|
| new unsafe MR.Std.Function_Bool_From_Float | progress [get, protected set] |
| | Progress callback.
|
| new unsafe MR.Std.Function_ExpectedVoidStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef_StdFunctionExpectedVoidStdStringFromConstMRSimpleVolumeMinMaxRefInt_Int | createVolumeCallbackByParts [get, protected set] |
| | Callback for volume creation by parts. If both volume creation functions are null - volume will be created with memory efficient pointsToDistanceFunctionVolume function This callback takes precedence over createVolumeCallback.
|
| new unsafe MR.Std.Function_ExpectedMRSimpleVolumeMinMaxStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef | createVolumeCallback [get, protected set] |
| | Callback for volume creation. If both volume creation functions are null - volume will be created with memory efficient pointsToDistanceFunctionVolume function.
|
| new unsafe MR.Std.Function_Bool_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef | canCreateVolume [get, protected set] |
| | Callback for checking whether it's possible to use the volume creation function.
|
| unsafe float | 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
|
| 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 | invSigmaModifier [get] |
| | coefficient used for weight calculation: e^(dist^2 * -invSigmaModifier * sigma^-2) values: (0;inf)
|
| unsafe bool | sqrtAngleWeight [get] |
| | changes the way point angle affects weight, by default it is linearly increasing with dot product if enabled - increasing as dot product^(0.5) (with respect to its sign)
|
| unsafe float | voxelSize [get] |
| | Size of voxel in grid conversions; The user is responsible for setting some positive value here.
|
| 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_Bool_From_Float | progress [get, protected set] |
| | Progress callback.
|
| unsafe MR.Std.Const_Function_ExpectedVoidStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef_StdFunctionExpectedVoidStdStringFromConstMRSimpleVolumeMinMaxRefInt_Int | createVolumeCallbackByParts [get, protected set] |
| | Callback for volume creation by parts. If both volume creation functions are null - volume will be created with memory efficient pointsToDistanceFunctionVolume function This callback takes precedence over createVolumeCallback.
|
| unsafe MR.Std.Const_Function_ExpectedMRSimpleVolumeMinMaxStdString_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef | createVolumeCallback [get, protected set] |
| | Callback for volume creation. If both volume creation functions are null - volume will be created with memory efficient pointsToDistanceFunctionVolume function.
|
| unsafe MR.Std.Const_Function_Bool_From_ConstMRPointCloudRef_ConstMRPointsToDistanceVolumeParamsRef | canCreateVolume [get, protected set] |
| | Callback for checking whether it's possible to use the volume creation function.
|
Generated from class MR.PointsToMeshParameters. This is the non-const half of the class.