Inheritance diagram for mrmeshpy.PointsProjector:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsProjector arg0) |
| None | findProjections (self, std_vector_PointsProjectionResult results, std_vector_Vector3_float points, FindProjectionOnPointsSettings settings) |
| int | projectionsHeapBytes (self, int numProjections) |
| None | setPointCloud (self, PointCloud pointCloud) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointsProjector | operator (*args, **kwargs) |
| PointsProjector | operator (*args, **kwargs) |
Generated from: MR::PointsProjector default implementation of IPointsProjector
|
static |
| None mrmeshpy.PointsProjector.__init__ | ( | self | ) |
| None mrmeshpy.PointsProjector.__init__ | ( | self, | |
| PointsProjector | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PointsProjector.findProjections | ( | self, | |
| std_vector_PointsProjectionResult | results, | ||
| std_vector_Vector3_float | points, | ||
| FindProjectionOnPointsSettings | settings ) |
computes the closest points on point cloud to given points
Reimplemented from mrmeshpy.IPointsProjector.
|
static |
Reimplemented from mrmeshpy.IPointsProjector.
|
static |
Reimplemented from mrmeshpy.IPointsProjector.
| int mrmeshpy.PointsProjector.projectionsHeapBytes | ( | self, | |
| int | numProjections ) |
Returns amount of memory needed to compute projections
Reimplemented from mrmeshpy.IPointsProjector.
| None mrmeshpy.PointsProjector.setPointCloud | ( | self, | |
| PointCloud | pointCloud ) |
sets the reference point cloud
Reimplemented from mrmeshpy.IPointsProjector.