Generated from: MR::PointsToMeshParameters
None meshlib.mrmeshpy.PointsToMeshParameters.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PointsToMeshParameters.__init__ | ( | self, | |
PointsToMeshParameters | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PointsToMeshParameters.__init__ | ( | self, | |
float | sigma, | ||
float | minWeight, | ||
float | voxelSize, | ||
VertColors | ptColors, | ||
VertColors | vColors, | ||
func_bool_from_float | progress, | ||
func_tl_expected_VoxelsVolumeMinMax_std_vector_float_std_string_from_PointCloud_PointsToDistanceVolumeParams | createVolumeCallback ) |
Implicit aggregate constructor.
func_tl_expected_VoxelsVolumeMinMax_std_vector_float_std_string_from_PointCloud_PointsToDistanceVolumeParams meshlib.mrmeshpy.PointsToMeshParameters.createVolumeCallback | ( | self | ) |
Callback for volume creation. If null - volume will be created with memory efficient pointsToDistanceFunctionVolume function
None meshlib.mrmeshpy.PointsToMeshParameters.createVolumeCallback | ( | self, | |
func_tl_expected_VoxelsVolumeMinMax_std_vector_float_std_string_from_PointCloud_PointsToDistanceVolumeParams | arg1 ) |
float meshlib.mrmeshpy.PointsToMeshParameters.minWeight | ( | self | ) |
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
None meshlib.mrmeshpy.PointsToMeshParameters.minWeight | ( | self, | |
float | arg1 ) |
func_bool_from_float meshlib.mrmeshpy.PointsToMeshParameters.progress | ( | self | ) |
Progress callback
None meshlib.mrmeshpy.PointsToMeshParameters.progress | ( | self, | |
func_bool_from_float | arg1 ) |
VertColors meshlib.mrmeshpy.PointsToMeshParameters.ptColors | ( | self | ) |
optional input: colors of input points
None meshlib.mrmeshpy.PointsToMeshParameters.ptColors | ( | self, | |
VertColors | arg1 ) |
float meshlib.mrmeshpy.PointsToMeshParameters.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.PointsToMeshParameters.sigma | ( | self, | |
float | arg1 ) |
VertColors meshlib.mrmeshpy.PointsToMeshParameters.vColors | ( | self | ) |
optional output: averaged colors of mesh vertices
None meshlib.mrmeshpy.PointsToMeshParameters.vColors | ( | self, | |
VertColors | arg1 ) |
float meshlib.mrmeshpy.PointsToMeshParameters.voxelSize | ( | self | ) |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
None meshlib.mrmeshpy.PointsToMeshParameters.voxelSize | ( | self, | |
float | arg1 ) |