Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ImproveSamplingSettings arg0) |
| None | __init__ (self, int numIters, int minPointsInSample, VertMap pt2sm, PointCloud cloudOfSamples, Vector_int_VertId ptsInSm, VertColors ptColors, VertColors smColors, func_bool_from_float progress) |
| PointCloud | cloudOfSamples (self) |
| None | cloudOfSamples (self, PointCloud arg1) |
| int | minPointsInSample (self) |
| None | minPointsInSample (self, int arg1) |
| int | numIters (self) |
| None | numIters (self, int arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| VertMap | pt2sm (self) |
| None | pt2sm (self, VertMap arg1) |
| VertColors | ptColors (self) |
| None | ptColors (self, VertColors arg1) |
| Vector_int_VertId | ptsInSm (self) |
| None | ptsInSm (self, Vector_int_VertId arg1) |
| VertColors | smColors (self) |
| None | smColors (self, VertColors arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ImproveSamplingSettings | operator (*args, **kwargs) |
| ImproveSamplingSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cloudOfSamples = 16 |
| typing | _offsetof_minPointsInSample = 4 |
| typing | _offsetof_numIters = 0 |
| typing | _offsetof_progress = 48 |
| typing | _offsetof_pt2sm = 8 |
| typing | _offsetof_ptColors = 32 |
| typing | _offsetof_ptsInSm = 24 |
| typing | _offsetof_smColors = 40 |
Generated from: MR::ImproveSamplingSettings
|
static |
| None mrmeshpy.ImproveSamplingSettings.__init__ | ( | self | ) |
| None mrmeshpy.ImproveSamplingSettings.__init__ | ( | self, | |
| ImproveSamplingSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ImproveSamplingSettings.__init__ | ( | self, | |
| int | numIters, | ||
| int | minPointsInSample, | ||
| VertMap | pt2sm, | ||
| PointCloud | cloudOfSamples, | ||
| Vector_int_VertId | ptsInSm, | ||
| VertColors | ptColors, | ||
| VertColors | smColors, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| PointCloud mrmeshpy.ImproveSamplingSettings.cloudOfSamples | ( | self | ) |
optional output: new cloud containing averaged points and normals for each sample
| None mrmeshpy.ImproveSamplingSettings.cloudOfSamples | ( | self, | |
| PointCloud | arg1 ) |
| int mrmeshpy.ImproveSamplingSettings.minPointsInSample | ( | self | ) |
if a sample represents less than this number of input points then such sample will be discarded; it can be used to remove outliers
| None mrmeshpy.ImproveSamplingSettings.minPointsInSample | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.ImproveSamplingSettings.numIters | ( | self | ) |
the number of algorithm iterations to perform
| None mrmeshpy.ImproveSamplingSettings.numIters | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.ImproveSamplingSettings.progress | ( | self | ) |
output progress status and receive cancel signal
| None mrmeshpy.ImproveSamplingSettings.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
| VertMap mrmeshpy.ImproveSamplingSettings.pt2sm | ( | self | ) |
optional output: mapping from input point id to sample id
| None mrmeshpy.ImproveSamplingSettings.pt2sm | ( | self, | |
| VertMap | arg1 ) |
| VertColors mrmeshpy.ImproveSamplingSettings.ptColors | ( | self | ) |
optional input: colors of input points
| None mrmeshpy.ImproveSamplingSettings.ptColors | ( | self, | |
| VertColors | arg1 ) |
| Vector_int_VertId mrmeshpy.ImproveSamplingSettings.ptsInSm | ( | self | ) |
optional output: the number of points in each sample
| None mrmeshpy.ImproveSamplingSettings.ptsInSm | ( | self, | |
| Vector_int_VertId | arg1 ) |
| VertColors mrmeshpy.ImproveSamplingSettings.smColors | ( | self | ) |
optional output: averaged colors of samples
| None mrmeshpy.ImproveSamplingSettings.smColors | ( | self, | |
| VertColors | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |