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