Inheritance diagram for mrmeshpy.IPointsProjector:Public Member Functions | |
| 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 | |
| IPointsProjector | operator (*args, **kwargs) |
Generated from: MR::IPointsProjector abstract class for computing the closest points of point clouds
| None mrmeshpy.IPointsProjector.findProjections | ( | self, | |
| std_vector_PointsProjectionResult | results, | ||
| std_vector_Vector3_float | points, | ||
| FindProjectionOnPointsSettings | settings ) |
computes the closest points on point cloud to given points
Reimplemented in mrmeshpy.PointsProjector.
|
static |
Reimplemented in mrmeshpy.PointsProjector, and mrmeshpy.PointsProjector.
| int mrmeshpy.IPointsProjector.projectionsHeapBytes | ( | self, | |
| int | numProjections ) |
Returns amount of memory needed to compute projections
Reimplemented in mrmeshpy.PointsProjector.
| None mrmeshpy.IPointsProjector.setPointCloud | ( | self, | |
| PointCloud | pointCloud ) |
sets the reference point cloud
Reimplemented in mrmeshpy.PointsProjector.