Go to the source code of this file.
◆ MR_AABBTreePoints
◆ MR_AffineXf3f
typedef struct MR_AffineXf3f MR_AffineXf3f |
◆ MR_Ball3f
◆ MR_Mesh
◆ MR_PointCloud
◆ MR_std_function_MR_Processing_from_const_MR_PointsProjectionResult_ref_const_MR_Vector3f_ref_MR_Ball3f_ref
◆ MR_findPointsInBall_MR_AABBTreePoints()
Finds all points in tree that are inside or on the surface of given ball until callback returns Stop; the ball can shrink (new ball is always within the previous one) during the search but never expand
- Parameters
-
xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBall . Parameter tree can not be null. It is a single object. Parameter ball can not be null. It is a single object. Parameter foundCallback can not be null. It is a single object. Parameter xf defaults to a null pointer in C++. |
◆ MR_findPointsInBall_MR_Mesh()
Finds all valid vertices of the mesh that are inside or on the surface of given ball until callback returns Stop; the ball can shrink (new ball is always within the previous one) during the search but never expand
- Parameters
-
xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBall . Parameter mesh can not be null. It is a single object. Parameter ball can not be null. It is a single object. Parameter foundCallback can not be null. It is a single object. Parameter xf defaults to a null pointer in C++. |
◆ MR_findPointsInBall_MR_PointCloud()
Finds all valid points of pointCloud that are inside or on the surface of given ball until callback returns Stop; the ball can shrink (new ball is always within the previous one) during the search but never expand
- Parameters
-
xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBall . Parameter pointCloud can not be null. It is a single object. Parameter ball can not be null. It is a single object. Parameter foundCallback can not be null. It is a single object. Parameter xf defaults to a null pointer in C++. |