Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PointsToMeshParameters
None mrmeshpy.PointsToMeshParameters.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PointsToMeshParameters.__init__ | ( | self, | |
PointsToMeshParameters | arg0 ) |
Implicit copy constructor.
None 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, | ||
func_bool_from_PointCloud_PointsToDistanceVolumeParams | canCreateVolume ) |
Implicit aggregate constructor.
|
staticprotected |
func_bool_from_PointCloud_PointsToDistanceVolumeParams mrmeshpy.PointsToMeshParameters.canCreateVolume | ( | self | ) |
Callback for checking whether it's possible to use the volume creation function
None mrmeshpy.PointsToMeshParameters.canCreateVolume | ( | self, | |
func_bool_from_PointCloud_PointsToDistanceVolumeParams | arg1 ) |
func_tl_expected_VoxelsVolumeMinMax_std_vector_float_std_string_from_PointCloud_PointsToDistanceVolumeParams mrmeshpy.PointsToMeshParameters.createVolumeCallback | ( | self | ) |
Callback for volume creation. If null - volume will be created with memory efficient pointsToDistanceFunctionVolume function
None mrmeshpy.PointsToMeshParameters.createVolumeCallback | ( | self, | |
func_tl_expected_VoxelsVolumeMinMax_std_vector_float_std_string_from_PointCloud_PointsToDistanceVolumeParams | arg1 ) |
float 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 mrmeshpy.PointsToMeshParameters.minWeight | ( | self, | |
float | arg1 ) |
func_bool_from_float mrmeshpy.PointsToMeshParameters.progress | ( | self | ) |
Progress callback
None mrmeshpy.PointsToMeshParameters.progress | ( | self, | |
func_bool_from_float | arg1 ) |
VertColors mrmeshpy.PointsToMeshParameters.ptColors | ( | self | ) |
optional input: colors of input points
None mrmeshpy.PointsToMeshParameters.ptColors | ( | self, | |
VertColors | arg1 ) |
float 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 mrmeshpy.PointsToMeshParameters.sigma | ( | self, | |
float | arg1 ) |
VertColors mrmeshpy.PointsToMeshParameters.vColors | ( | self | ) |
optional output: averaged colors of mesh vertices
None mrmeshpy.PointsToMeshParameters.vColors | ( | self, | |
VertColors | arg1 ) |
float mrmeshpy.PointsToMeshParameters.voxelSize | ( | self | ) |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
None mrmeshpy.PointsToMeshParameters.voxelSize | ( | self, | |
float | arg1 ) |