Inheritance diagram for mrmeshpy.PointsToMeshProjector:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PointsToMeshProjector arg0) |
| None | findProjections (self, std_vector_MeshProjectionResult result, std_vector_Vector3_float points, AffineXf3f objXf, AffineXf3f refObjXf, float upDistLimitSq, float loDistLimitSq) |
| int | projectionsHeapBytes (self, int numProjections) |
| None | updateMeshData (self, Mesh mesh) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PointsToMeshProjector | operator (*args, **kwargs) |
| PointsToMeshProjector | operator (*args, **kwargs) |
Generated from: MR::PointsToMeshProjector Computes the closest point on mesh to each of given points on CPU
|
static |
| None mrmeshpy.PointsToMeshProjector.__init__ | ( | self | ) |
| None mrmeshpy.PointsToMeshProjector.__init__ | ( | self, | |
| PointsToMeshProjector | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PointsToMeshProjector.findProjections | ( | self, | |
| std_vector_MeshProjectionResult | result, | ||
| std_vector_Vector3_float | points, | ||
| AffineXf3f | objXf, | ||
| AffineXf3f | refObjXf, | ||
| float | upDistLimitSq, | ||
| float | loDistLimitSq ) |
<summary> Computes the closest point on mesh to each of given points </summary> <param name="result">vector pf projections</param> <param name="points">vector of points to project</param> <param name="objXf">transform applied to points</param> <param name="refObjXf">transform applied to referencing mesh</param> <param name="upDistLimitSq">maximal squared distance from point to mesh</param> <param name="loDistLimitSq">minimal squared distance from point to mesh</param>
Reimplemented from mrmeshpy.IPointsToMeshProjector.
|
static |
Reimplemented from mrmeshpy.IPointsToMeshProjector.
|
static |
Reimplemented from mrmeshpy.IPointsToMeshProjector.
| int mrmeshpy.PointsToMeshProjector.projectionsHeapBytes | ( | self, | |
| int | numProjections ) |
Returns amount of additional memory needed to compute projections
Reimplemented from mrmeshpy.IPointsToMeshProjector.
| None mrmeshpy.PointsToMeshProjector.updateMeshData | ( | self, | |
| Mesh | mesh ) |
update all data related to the referencing mesh
Reimplemented from mrmeshpy.IPointsToMeshProjector.