Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointsToDistanceVolumeParams arg0) |
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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PointsToDistanceVolumeParams
None mrmeshpy.PointsToDistanceVolumeParams.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.DistanceVolumeParams.
None mrmeshpy.PointsToDistanceVolumeParams.__init__ | ( | self, | |
PointsToDistanceVolumeParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.DistanceVolumeParams.
|
staticprotected |
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 ) |
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 ) |