Public Member Functions | |
None | __init__ (self) |
float | minWeight (self) |
None | minWeight (self, float arg1) |
VertCoords | ptNormals (self) |
None | ptNormals (self, VertCoords arg1) |
float | sigma (self) |
None | sigma (self, float arg1) |
![]() | |
func_bool_from_float | cb (self) |
None | cb (self, func_bool_from_float arg1) |
Vector3i | dimensions (self) |
None | dimensions (self, Vector3i arg1) |
Vector3f | origin (self) |
None | origin (self, Vector3f arg1) |
Vector3f | voxelSize (self) |
None | voxelSize (self, Vector3f arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
PointsToDistanceVolumeParams | operator (*args, **kwargs) |
PointsToDistanceVolumeParams | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_minWeight = 108 |
typing | _offsetof_ptNormals = 112 |
typing | _offsetof_sigma = 104 |
![]() | |
typing | _offsetof_cb = 16 |
typing | _offsetof_dimensions = 92 |
typing | _offsetof_origin = 0 |
typing | _offsetof_voxelSize = 80 |
Generated from: MR::PointsToDistanceVolumeParams
|
static |
Reimplemented from mrmeshpy.DistanceVolumeParams.
None mrmeshpy.PointsToDistanceVolumeParams.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.DistanceVolumeParams.
float mrmeshpy.PointsToDistanceVolumeParams.minWeight | ( | self | ) |
minimum sum of influence weights from surrounding points for a voxel to get a value, meaning that there shall be at least this number of points in close proximity
None mrmeshpy.PointsToDistanceVolumeParams.minWeight | ( | self, | |
float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.DistanceVolumeParams.
|
static |
Reimplemented from mrmeshpy.DistanceVolumeParams.
VertCoords mrmeshpy.PointsToDistanceVolumeParams.ptNormals | ( | self | ) |
optional input: if this pointer is set then function will use these normals instead of ones present in cloud
None mrmeshpy.PointsToDistanceVolumeParams.ptNormals | ( | self, | |
VertCoords | arg1 ) |
float mrmeshpy.PointsToDistanceVolumeParams.sigma | ( | self | ) |
it the distance of highest influence of a point; the maximal influence distance is 3*sigma; beyond that distance the influence is strictly zero
None mrmeshpy.PointsToDistanceVolumeParams.sigma | ( | self, | |
float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |