MeshLib Python Docs
Loading...
Searching...
No Matches
mrcudapy.PointsProjector Class Reference
+ 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)
 
None setPointCloud (self, meshlib.mrmeshpy.PointCloud pointCloud)
 

Detailed Description

Generated from:  MR::Cuda::PointsProjector

CUDA-backed implementation of IPointsProjector

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrcudapy.PointsProjector.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/2]

None mrcudapy.PointsProjector.__init__ ( self,
PointsProjector arg0 )
Implicit copy constructor.

Member Function Documentation

◆ findProjections()

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

◆ setPointCloud()

None mrcudapy.PointsProjector.setPointCloud ( self,
meshlib.mrmeshpy.PointCloud pointCloud )
sets the reference point cloud

The documentation for this class was generated from the following file: