MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PointsToDistanceVolumeParams Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.PointsToDistanceVolumeParams:

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)
 

Detailed Description

Generated from:  MR::PointsToDistanceVolumeParams

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.PointsToDistanceVolumeParams.__init__ ( self)
Implicit default constructor.

Reimplemented from meshlib.mrmeshpy.DistanceVolumeParams.

◆ __init__() [2/2]

None meshlib.mrmeshpy.PointsToDistanceVolumeParams.__init__ ( self,
PointsToDistanceVolumeParams arg0 )
Implicit copy constructor.

Reimplemented from meshlib.mrmeshpy.DistanceVolumeParams.

Member Function Documentation

◆ minWeight() [1/2]

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

◆ minWeight() [2/2]

None meshlib.mrmeshpy.PointsToDistanceVolumeParams.minWeight ( self,
float arg1 )

◆ ptNormals() [1/2]

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

◆ ptNormals() [2/2]

None meshlib.mrmeshpy.PointsToDistanceVolumeParams.ptNormals ( self,
VertCoords arg1 )

◆ sigma() [1/2]

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

◆ sigma() [2/2]

None meshlib.mrmeshpy.PointsToDistanceVolumeParams.sigma ( self,
float arg1 )

The documentation for this class was generated from the following file: