Go to the source code of this file.
◆ MR_AABBTreePoints
◆ MR_AffineXf3f
      
        
          | typedef struct MR_AffineXf3f MR_AffineXf3f | 
      
 
 
◆ MR_Box3f
      
        
          | typedef struct MR_Box3f MR_Box3f | 
      
 
 
◆ MR_Mesh
◆ MR_PointCloud
◆ MR_std_function_void_from_MR_VertId_const_MR_Vector3f_ref
◆ MR_findPointsInBox_MR_AABBTreePoints()
Finds all points in tree that are inside or on the surface of given box 
- Parameters
- 
  
    | xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBox. Parametertreecan not be null. It is a single object. Parameterboxcan not be null. It is a single object. ParameterfoundCallbackcan not be null. It is a single object. Parameterxfdefaults to a null pointer in C++. |  
 
 
 
◆ MR_findPointsInBox_MR_Mesh()
Finds all valid vertices of the mesh that are inside or on the surface of given box 
- Parameters
- 
  
    | xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBox. Parametermeshcan not be null. It is a single object. Parameterboxcan not be null. It is a single object. ParameterfoundCallbackcan not be null. It is a single object. Parameterxfdefaults to a null pointer in C++. |  
 
 
 
◆ MR_findPointsInBox_MR_PointCloud()
Finds all valid points of pointCloud that are inside or on the surface of given box 
- Parameters
- 
  
    | xf | points-to-center transformation, if not specified then identity transformation is assumed Generated from function MR::findPointsInBox. ParameterpointCloudcan not be null. It is a single object. Parameterboxcan not be null. It is a single object. ParameterfoundCallbackcan not be null. It is a single object. Parameterxfdefaults to a null pointer in C++. |