Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsToMeshParameters arg0) |
| None | __init__ (self, float sigma, float minWeight, float voxelSize, VertColors ptColors, VertColors vColors, func_bool_from_float progress) |
| float | minWeight (self) |
| None | minWeight (self, float arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| VertColors | ptColors (self) |
| None | ptColors (self, VertColors arg1) |
| float | sigma (self) |
| None | sigma (self, float arg1) |
| VertColors | vColors (self) |
| None | vColors (self, VertColors arg1) |
| float | voxelSize (self) |
| None | voxelSize (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointsToMeshParameters | operator (*args, **kwargs) |
| PointsToMeshParameters | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_minWeight = 4 |
| typing | _offsetof_progress = 32 |
| typing | _offsetof_ptColors = 16 |
| typing | _offsetof_sigma = 0 |
| typing | _offsetof_vColors = 24 |
| typing | _offsetof_voxelSize = 8 |
Generated from: MR::PointsToMeshParameters
|
static |
| None mrmeshpy.PointsToMeshParameters.__init__ | ( | self | ) |
| 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 ) |
Implicit aggregate constructor.
| 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 ) |
|
static |
|
static |
| 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 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |