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) |
Public Member Functions inherited from meshlib.mrmeshpy.DistanceVolumeParams | |
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) |
Generated from: MR::PointsToDistanceVolumeParams
None meshlib.mrmeshpy.PointsToDistanceVolumeParams.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from meshlib.mrmeshpy.DistanceVolumeParams.
None meshlib.mrmeshpy.PointsToDistanceVolumeParams.__init__ | ( | self, | |
PointsToDistanceVolumeParams | arg0 ) |
Implicit copy constructor.
Reimplemented from meshlib.mrmeshpy.DistanceVolumeParams.
float meshlib.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 meshlib.mrmeshpy.PointsToDistanceVolumeParams.minWeight | ( | self, | |
float | arg1 ) |
VertCoords meshlib.mrmeshpy.PointsToDistanceVolumeParams.ptNormals | ( | self | ) |
optional input: if this pointer is set then function will use these normals instead of ones present in cloud
None meshlib.mrmeshpy.PointsToDistanceVolumeParams.ptNormals | ( | self, | |
VertCoords | arg1 ) |
float meshlib.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 meshlib.mrmeshpy.PointsToDistanceVolumeParams.sigma | ( | self, | |
float | arg1 ) |